Unverified Commit 4989f2e0 authored by yann300's avatar yann300 Committed by GitHub

Update release-process.md

parent 6c9529ac
# Release process # Release process
This document details steps for publishing packages and tag the code base accordingly: This document details steps for publishing packages and tag the code base accordingly:
- fetch origin/master
- checkout origin/master
- checkout a new branch - checkout a new branch
- npm run publish - npm run publish
- commit - commit
...@@ -10,6 +12,6 @@ This document details steps for publishing packages and tag the code base accord ...@@ -10,6 +12,6 @@ This document details steps for publishing packages and tag the code base accord
- fetch origin/master - fetch origin/master
- checkout origin/master - checkout origin/master
- npm run tag - npm run tag
- github-changes -o ethereum -r remix -a --only-pulls --use-commit-body --only-merges --between-tags <previous>...<next> - github-changes -o ethereum -r remix -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
- create a new release out of the changelog.md - create a new release out of the changelog.md
- in changelog put list of published packages with version - 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