-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new deploy script #236
Conversation
and remove the default deployer value as well as put the message under the -m parameter for consistency
I applied the feedback from @sisou, lemme know if that's better for you ;) |
The script has been tested for release v3.0.11 and seems to work. Except that, the script is considered done, until further feedbacks. |
Just pushed some error handling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, thank you for this 👍
The issues I showed you in CR, I see you already addressed.
Commenting on some additional things, but you don't necessarily need to address them, if you don't want to.
For example “—same-as=testnet —mainnet” will deploy the version already deployed on the testnet to the mainnet
8985c52
to
493bb28
Compare
This PR replace the previous release.sh script by a new ./src/deploy.sh script taking care of the release steps for you.
The script is currently untested, thus the PR and not the instant push on master.
Once the script is tested and accepted, the PR will be merged.
Edit:
The script has been tested, and used to deploy the last wallet versions on testnet & mainnet, and seems to work as expected and handle most obvious edge cases.