diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 82ac15a..fa0e47f 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -157,6 +157,7 @@ For developers, while using this `-beta` format, the `y` part is the "major" ver ### Making a new release +- Run the [integration test suite](#integration-tests) and the unit tests (`make test`) (takes a while!) - Change `ABRA_VERSION` in [`scripts/installer/installer`](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer) to match the new tag (use [semver](https://semver.org)) - Commit that change (e.g. `git commit -m 'chore: publish next tag x.y.z-beta'`) - Make a new tag (e.g. `git tag -a x.y.z-beta`)