forked from toolshed/abra
		
	docs: shape up release docs [ci skip]
This commit is contained in:
		| @ -36,12 +36,12 @@ For developers, while using this `-alpha` format, the `y` part is the "major" ve | |||||||
| ### Making a new release | ### Making a new release | ||||||
|  |  | ||||||
| - Change `ABRA_VERSION` to match the new tag in [`scripts`](./scripts/installer/installer) (use [semver](https://semver.org)) | - 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'`) | - Commit that change (e.g. `git commit -m 'chore: publish next tag x.y.z-alpha'`) | ||||||
| - Make a new tag (e.g. `git tag 0.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`) | - 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) | - 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`) | - 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 | ### Fork maintenance | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user