-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #370 from pirapira/release
Add a draft of a release process document
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Release Process Document | ||
======================== | ||
|
||
**This document has not been tested.** | ||
|
||
Outline of the release process | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1. create and verify that contracts.json file matches the current source code | ||
2. deploy contracts with our deployment scripts and verify them on etherscan (we have a script for this that needs improvements) | ||
3. Step 2 also creates the deployment_*.json files automatically & also verifies the correctness of the info against the chain. | ||
4. Commit, make a PR | ||
5. Push the release tag on master directly -> this triggers the package release in travis; at this point everything should be checked and verified already by the CI tests (compiled data from contracts.json) and the checks that we have in place (deployment info, checks are in the deployment scripts) |