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

Release steps #7

Open
ryanve opened this issue Nov 22, 2017 · 0 comments
Open

Release steps #7

ryanve opened this issue Nov 22, 2017 · 0 comments

Comments

@ryanve
Copy link
Owner

ryanve commented Nov 22, 2017

Release steps

  1. Merge approved PR(s) into master and update your local master.
  2. Use Github compare view to determine appropriate semver bump level.
    • Use major for any change that could break consumers
    • Use minor for non-breaking enhancements
    • Use patch for non-breaking bugfixes
  3. Branch off master to a clean branch for the bump. Run npm version [major|minor|patch] to create an isolated tagged commit for the bump. If tests run on the preversion hook then those will have to pass first.
  4. Push your commit and its tag: git push && git push --tags
  5. Go to the releases page and edit the release to summarize notable changes
  6. PR your bump into master and link to the release from the PR description. Double check that the release exists by clicking the link. Then merge the PR into master.
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

1 participant