diff --git a/README.md b/README.md index cafeeebcf..cb8058f47 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ For developers, while using this `-alpha` format, the `y` part is the "major" ve ### Making a new release - Change `ABRA_VERSION` to match the new tag in [`scripts`](./scripts/installer/installer) (use [semver](https://semver.org)) -- Commit that change (e.g. `git commit -m 'chore: publish next tag 0.3.1-alpha'`) -- Make a new tag (e.g. `git tag 0.y.z-alpha`) +- Commit that change (e.g. `git commit -m 'chore: publish next tag x.y.z-alpha'`) +- Make a new tag (e.g. `git tag -a x.y.z-alpha`) - Push the new tag (e.g. `git push && git push --tags`) - Wait until the build finishes on [build.coopcloud.tech](https://build.coopcloud.tech/coop-cloud/abra) - Deploy the new installer script (e.g. `cd ./scripts/installer && make`) -- Check the release worked, (e.g. `abra upgrade; abra version`) +- Check the release worked, (e.g. `abra upgrade; abra -v`) ### Fork maintenance