Skip to content

Add CHANGELOG#86

Merged
kadler merged 2 commits intoIBM:masterfrom
abmusse:changelog
Jan 13, 2020
Merged

Add CHANGELOG#86
kadler merged 2 commits intoIBM:masterfrom
abmusse:changelog

Conversation

@abmusse
Copy link
Member

@abmusse abmusse commented Oct 14, 2019

This PR adds a CHANGELOG.md Resolves #84

This PR also adds standard-version which simplifies releasing a new version.

Just run npm run release. Resolves #85

Using standard-version to automate change log generation our commits would need to follow the Conventional Commits Spec.

I suggest adding a bot like the following to our repo: https://github.com/apps/semantic-pull-requests

standard-version does the following:

1. bumps the version in metadata files (package.json, composer.json, etc).
2. uses conventional-changelog to update CHANGELOG.md
3. commits package.json (et al.) and CHANGELOG.md
4. tags a new release

Added `release` script in package.json: `npm run release`
Copy link
Member

@kadler kadler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use standard-version to automate release tasks Add CHANGELOG.md

2 participants