this repo has no description
Playbook: Release#
To release a new version of Supercell, follow these steps:
- Commit change to the main branch using the conventional commits format.
- Check the current version by running
grep 'version = ' Cargo.toml | head -n 1 - Update the version in
Cargo.tomlto the version you are releasing. - Run the create-release script with the target container, old version and new version:
./create-release.sh ghcr.io/astrenoxcoop/supercell 0.1.0 0.2.0