From 4ee537f6906ed3dd2b7e311302eff9ba7b8e9680 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 31 May 2022 10:21:23 +0200 Subject: [PATCH] alpha -> beta --- docs/abra/hack.md | 8 ++++---- docs/index.md | 2 +- docs/intro/bikemap.md | 4 ++-- docs/intro/credits.md | 2 +- docs/intro/managed.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 91298c5..2a79700 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -32,15 +32,15 @@ If there's no official release for the architecture you use, you can cross-compi ## Release management -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. +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 beta release phase, we will maintain a `0.y.z-beta` 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. -For developers, while using this `-alpha` format, the `y` part is the "major" version part. So, if you make breaking changes, you increment that and _not_ the `x` part. So, if you're on `0.1.0-alpha`, then you'd go to `0.1.1-alpha` for a backwards compatible change and `0.2.0-alpha` for a backwards incompatible change. +For developers, while using this `-beta` format, the `y` part is the "major" version part. So, if you make breaking changes, you increment that and _not_ the `x` part. So, if you're on `0.1.0-beta`, then you'd go to `0.1.1-beta` for a backwards compatible change and `0.2.0-beta` for a backwards incompatible change. ### 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 x.y.z-alpha'`) -- Make a new tag (e.g. `git tag -a x.y.z-alpha`) +- 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`) - 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`) diff --git a/docs/index.md b/docs/index.md index fbe0345..f752aa4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ We'd be happy to hear feedback about our documentation, if it was helpful, what !!! danger "Here be dragons" - This project is still [alpha quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) :bomb: Please take that into consideration if you are thinking about using this system in production. We're working hard to make Co-op Cloud stable. In the meantime, this is a good time to help us out with initial testing, feedback, ideas or [join in with development](/get-involved/). + This project is still [beta quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta) :bomb: Please take that into consideration if you are thinking about using this system in production. We're working hard to make Co-op Cloud stable. In the meantime, this is a good time to help us out with initial testing, feedback, ideas or [join in with development](/get-involved/). - [Operators guide](/operators/): You run a Co-op Cloud deployment or want to do so :computer: diff --git a/docs/intro/bikemap.md b/docs/intro/bikemap.md index 752f702..e17af53 100644 --- a/docs/intro/bikemap.md +++ b/docs/intro/bikemap.md @@ -2,8 +2,8 @@ title: Bike map --- -- The project is currently in an [alpha quality](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) release state. +- The project is currently in a [beta quality](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta) release state. -- We are working towards a [beta release](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta). Our public Beta goals are listed in the following pad: [Beta Bike Map](https://pad.autonomic.zone/s/C3uuqfSCk). +- We are working towards a stable `1.0.0` release. - What we're currently working on is listed on this issue tracker: [`coop-cloud/organising`](https://git.autonomic.zone/coop-cloud/organising/issues). diff --git a/docs/intro/credits.md b/docs/intro/credits.md index 311aaba..2953703 100644 --- a/docs/intro/credits.md +++ b/docs/intro/credits.md @@ -9,5 +9,5 @@ Special thanks to: - [Doop Coop](mailto:cluck@doop.coop), for making a transparent version of the Co-op Cloud logo, and helping with OSX alpha testing. - [Social.coop](https://social.coop), for warmly welcoming us onto [`social.coop/@coopcloud`](https://social.coop/@coopcloud). - [Servers.coop](https://servers.coop), for hosting our digital infrastructure (website, builds, git hosting, etc.). -- Every single last one of you heroic & patient alpha/beta testers, you are all comrades of the highest order of kropotkin :heart: +- Every single last one of you heroic & patient beta testers, you are all comrades of the highest order of kropotkin :heart: - [`egonelbre/gophers`](https://github.com/egonelbre/gophers) for the rad gopher logos diff --git a/docs/intro/managed.md b/docs/intro/managed.md index bb65aa0..0591e88 100644 --- a/docs/intro/managed.md +++ b/docs/intro/managed.md @@ -6,6 +6,6 @@ title: Managed hosting If you're a co-operative or a tech collective who wants to appear on this list, please [get in touch](/intro/contact/)! We want to expand the number of service providers using the Co-op Cloud so that project is more widely available to end-users and organisations who can influence the direction and co-fund the development. -The Co-op Cloud is still [alpha quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) :bomb: but you can still work with a tech co-op or collective to host some part or all of your online digital services with it. Organisations who want to support the project can get in touch with Co-op Cloud service providers via the following list for a quote on what they're looking for and how much it will cost. Service providers can then factor in some percentage of the cost to co-fund the development of this project. +The Co-op Cloud is still [beta quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta) :bomb: but you can still work with a tech co-op or collective to host some part or all of your online digital services with it. Organisations who want to support the project can get in touch with Co-op Cloud service providers via the following list for a quote on what they're looking for and how much it will cost. Service providers can then factor in some percentage of the cost to co-fund the development of this project. - [Autonomic Co-op](https://autonomic.zone) (contact: [`helo@autonomic.zone`](mailto:helo@autonomic.zone))