commit 533b58156358c4b6dcf2bf0650355f4ee77fc280
parent 85038436851caf5bbf652a2fedf38b2b28e38caf
Author: figsoda <figsoda@pm.me>
Date: Wed, 26 Apr 2023 11:33:41 -0400
parent 85038436851caf5bbf652a2fedf38b2b28e38caf
Author: figsoda <figsoda@pm.me>
Date: Wed, 26 Apr 2023 11:33:41 -0400
ci: automatically create github releases on tags
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -0,0 +1,14 @@ +name: release + +on: + push: + tags: + - v[0-9]+.[0-9]+.[0-9]+ + +jobs: + release: + runs-on: ubuntu-latest + steps: + - uses: softprops/action-gh-release@v1 + with: + body: "[CHANGELOG.md](https://github.com/nix-community/haumea/blob/main/CHANGELOG.md)"