Update release-process.md

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

@ -1,6 +1,8 @@
# Release process
This document details steps for publishing packages and tag the code base accordingly:
- fetch origin/master
- checkout origin/master
- checkout a new branch
- npm run publish
- commit
@ -10,6 +12,6 @@ This document details steps for publishing packages and tag the code base accord
- 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>
- 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
- in changelog put list of published packages with version

Loading…
Cancel
Save