From 5bfd233f2a0a66b116478973adc76f0865e02645 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 7 Sep 2021 10:05:42 +0200 Subject: [PATCH] docs: document our versioning praxis Closes https://git.coopcloud.tech/coop-cloud/go-abra/issues/77. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486ba8cc..efd3739c 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ yay -S abra-git # or abra ### Debian-based Linux Distros -__Coming Soon__ +**Coming Soon** ### Homebrew -__Coming Soon__ +**Coming Soon** ### Build from source @@ -50,6 +50,14 @@ Our [Drone CI configuration](.drone.yml) runs a number of sanity on each pushed Please use the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/) for your commits so we can automate our change log. +## Versioning + +We use [goreleaser](https://goreleaser.com) to help us automate releases. We +use [semver](https://semver.org) for versioning all releases of the tool. While +we are still in the public alpha release phase, we will maintain a +`0.y.z-alpha` format. Change logs are generated from our commit logs. We are +still working this out and aim to refine our release praxis as we go. + ## Fork maintenance We maintain a fork of [godotenv](https://github.com/Autonomic-Cooperative/godotenv) for two features: