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.
1 parent 1b50d88 commit e1eb4afCopy full SHA for e1eb4af
.github/workflows/release.yml
@@ -0,0 +1,25 @@
1
+name: Create Release
2
+
3
+on: workflow_dispatch
4
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Checkout
10
+ uses: actions/checkout@v4
11
12
+ - name: Run build
13
+ run: bash build.sh
14
15
+ - name: Setup Go
16
+ uses: actions/setup-go@v5
17
+ with:
18
+ go-version: 'stable'
19
20
+ - name: Release
21
+ uses: softprops/action-gh-release@v2
22
+ if: startsWith(github.ref, 'refs/tags/')
23
24
+ files: build/nshptt_*
25
+ body_path: RELEASEINFO.md
CHANGELOG.md
@@ -0,0 +1,2 @@
+## 0.1.0 - 2025-01-14
+* first beta
RELEASEINFO.md
@@ -0,0 +1 @@
0 commit comments