1 Release process
Ștefan Talpalaru edited this page 2020-11-07 00:17:33 +01:00
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.