We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb63d4a commit 15bfdfcCopy full SHA for 15bfdfc
.github/workflows/plugin.yaml
@@ -33,6 +33,13 @@ jobs:
33
- name: Release
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- uses: tatskaari/release-action@master
+ uses: thought-machine/release-action@v0.3.0
37
+ - name: Release tools
38
+ env:
39
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
with:
42
release-files: plz-out/package
43
+ version-file: tools/VERSION
44
+ change-log-file: tools/ChangeLog
45
+ release-prefix: tools
tools/ChangeLog
@@ -0,0 +1,3 @@
1
+Version 0.1.0
2
+-------------
3
+ * Initial release
tools/VERSION
@@ -0,0 +1 @@
+0.1.0
0 commit comments