forked from toolshed/docs.coopcloud.tech
		
	docs: note about tests for release
This commit is contained in:
		| @ -157,6 +157,7 @@ For developers, while using this `-beta` format, the `y` part is the "major" ver | |||||||
|  |  | ||||||
| ### Making a new release | ### 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)) | - 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'`) | - 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`) | - Make a new tag (e.g. `git tag -a x.y.z-beta`) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user