Merge pull request #1056 from ethereum/yann300-patch-6

Create release-process.md
pull/7/head
yann300 6 years ago committed by GitHub
commit 6af79ce881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      release-process.md

@ -0,0 +1,15 @@
# Release process
This document details step for publishing packages and tag the code base accordingly:
- checkout a new branch
- npm run publish
- commit
- increment root package.json version
- commit
- merge the branch
- fetch origin/master
- checkout origin/master
- npm run tag
- github-changes -o ethereum -r remix -a --only-pulls --use-commit-body --only-merges --between-tags <previous>...<next>
- create a new release out of the changelog.md
- in changelog put list of published packages with version
Loading…
Cancel
Save