Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add npm run release script to ease versionning #64

Merged
merged 5 commits into from
Apr 4, 2020

Conversation

adrienjoly
Copy link
Owner

@adrienjoly adrienjoly commented Apr 4, 2020

Using release-it, alternative to semantic-release.

npm run release will:

  • bump the version number in package.json
  • update the changelog, based on conventional commits
  • create a release on github

This should make my life easier!

Also, this PR updates node.js from version 8 to version 10.

(required by release-it)
(in response to error: "Latest version in registry (0.0.1) does not match package.json (2.16.3)")
@adrienjoly adrienjoly self-assigned this Apr 4, 2020
@adrienjoly adrienjoly changed the title fix: add npm run release script to ease versionning feat: add npm run release script to ease versionning Apr 4, 2020
@adrienjoly adrienjoly merged commit bc5ace3 into master Apr 4, 2020
@adrienjoly adrienjoly deleted the semantic-release branch April 4, 2020 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant