From 6a75ffc051533108c065b1d0d4102e5a49ae84dd Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 21 Oct 2021 20:37:04 +0200 Subject: [PATCH] docs: shape up release docs [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cafeeebc..cb8058f4 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