Skip to content

Commit

Permalink
Merge pull request ethereum#12 from njgheorghita/update-bumpversion
Browse files Browse the repository at this point in the history
[WIP] Add changelog instructions
  • Loading branch information
carver authored Sep 5, 2018
2 parents 5ad0973 + 0b004a8 commit 03f00d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ The version format for this repo is `{major}.{minor}.{patch}` for stable, and
`{major}.{minor}.{patch}-{stage}.{devnum}` for unstable (`stage` can be alpha or beta).

To issue the next version in line, specify which part to bump,
like `make release bump=minor` or `make release bump=devnum`.
like `make release bump=minor` or `make release bump=devnum`. This is typically done from the
master branch, except when releasing a beta (in which case the beta is released from master,
and the previous stable branch is released from said branch). To include changes made with each
release, update "docs/releases.rst" with the changes, and apply commit directly to master
before release.

If you are in a beta version, `make release bump=stage` will switch to a stable.

Expand Down

0 comments on commit 03f00d3

Please sign in to comment.