- Copy over CHANGELOG, update only crates.
example MR
- create release branch from master
git checkout -b "r0.7"
- create release tag
git tag -a "v0.7.0" -m "release 0.7.0"
- push release tag
git push --tag "v0.7.0"
- verify a release tag pipeline runs: https://gitlab.com/veloren/airshipper/-/pipelines
- verify release container is build: https://gitlab.com/veloren/airshipper/container_registry
- verify github/airshipper actions to build a release binary
- create a release on github
- ping
@LunarEclipse#3307
for AUR package update & ping @Frinksy#1694
for Flathub version.