-
Notifications
You must be signed in to change notification settings - Fork 231
Release process
Ștefan Talpalaru edited this page Nov 6, 2020
·
1 revision
git checkout master
# make sure everything is ready for a release and HEAD has been tested properly
git tag -s -m "version 1.2.3" v1.2.3
git push --tags
After about 20 minutes, a GitHub Actions workflow is going to create a release draft in https://github.com/status-im/nimbus-eth2/releases
Double-check the archive. Edit the release draft to add some release notes, maybe a cool release name, then publish it.