From 1438fdf3c26ccf517795d73d2c1ac7c82ad24166 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 7 Sep 2021 10:49:51 +0200 Subject: [PATCH 1/3] build: generate binaries directly Closes https://git.coopcloud.tech/coop-cloud/abra/issues/80. --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 31b130987..a455c7bef 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,6 +22,7 @@ archives: linux: Linux 386: i386 amd64: x86_64 + format: binary checksum: name_template: "checksums.txt" snapshot: From a1d1166308668d4bf7ae2af48811e29e8a778bba Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 7 Sep 2021 10:53:37 +0200 Subject: [PATCH 2/3] docs: unwrap text like the rest --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d670b0e7e..bf631c576 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,7 @@ Please use the [conventional commit format](https://www.conventionalcommits.org/ ## 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. +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 From f0e966afc3994b39ef517b3892505764073a6fbf Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 7 Sep 2021 10:55:30 +0200 Subject: [PATCH 3/3] docs: explain further our understanding of versioning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf631c576..cfb311d1f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Please use the [conventional commit format](https://www.conventionalcommits.org/ 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. +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. + ## Fork maintenance We maintain a fork of [godotenv](https://github.com/Autonomic-Cooperative/godotenv) for two features: