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 43d1da8 commit df369a5Copy full SHA for df369a5
.github/version.json
@@ -0,0 +1,3 @@
1
+{
2
+ "version": "1.4.0"
3
+}
.github/workflows/release.yml
@@ -20,9 +20,10 @@ jobs:
20
- uses: TriPSs/conventional-changelog-action@v5
21
id: changelog
22
with:
23
-# output-file: "false"
+ output-file: "false"
24
skip-version-file: "true"
25
github-token: ${{ secrets.github_token }}
26
+ version-file: ".github/version.json"
27
28
- name: Make build script executable
29
if: ${{ steps.changelog.outputs.skipped == 'false' }}
0 commit comments