- 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.