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

Document release process #54

Open
bcomnes opened this issue Sep 3, 2017 · 2 comments
Open

Document release process #54

bcomnes opened this issue Sep 3, 2017 · 2 comments

Comments

@bcomnes
Copy link
Contributor

bcomnes commented Sep 3, 2017

Maybe add the release process to CONTRIBUTING

Update changelog date
Bump package.json
commit -m '6.4.0'
git tag v6.4.0
git push ; git push --tags
npx gh-release
npm publish
@yoshuawuyts
Copy link
Member

yoshuawuyts commented Sep 3, 2017 via email

@ungoldman
Copy link
Member

We've started using https://conventionalcommits.org & https://github.com/conventional-changelog/standard-version to automate versioning & changelogs at work, it's not bad. Not 100% compatible with gh-release because their changelog template is a little weird but there's an issue for that

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

No branches or pull requests

3 participants