Unverified Commit 6af79ce8 authored by yann300's avatar yann300 Committed by GitHub

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

Create release-process.md
parents c117e6e8 6a2e3111
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment