We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cffbe0 + a5d7e7b commit 1aff3c4Copy full SHA for 1aff3c4
.github/workflows/github_release.yml
@@ -0,0 +1,18 @@
1
+name: Create GitHub release
2
+on:
3
+ push:
4
+ tags:
5
+ - '[0-9]+.[0-9]+.[0-9]+'
6
+ - '[0-9]+.[0-9]+.[0-9]+[a-c][0-9]+'
7
+ - '[0-9]+.[0-9]+.[0-9]+alpha[0-9]+'
8
+ - '[0-9]+.[0-9]+.[0-9]+beta[0-9]+'
9
+ - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
10
+
11
+jobs:
12
+ build:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout
16
+ uses: actions/checkout@v4
17
+ - name: Release
18
+ uses: softprops/action-gh-release@v1
CHANGELOG.md
@@ -4,6 +4,7 @@
* Added proxy endpoints and refactored error propagation (\#288).
* Remove use of deployment-type `fractal-server` variable (\#298).
+* Add GitHub action to create GitHub releases (\#305).
* Add a BSD3 license (\#300).
# 0.5.6
0 commit comments