Release a new Version

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