Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 9d6f011

Browse files
committed
ci: add version file based deployment
1 parent a2e5d3c commit 9d6f011

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,13 @@ jobs:
176176
uses: TriPSs/conventional-changelog-action@v3
177177
with:
178178
github-token: ${{ github.token }}
179-
git-message: 'chore(CHANGELOG): [skip ci]update for {version}'
179+
git-message: 'chore(CHANGELOG): update for {version}'
180180
git-user-name: ${{ github.actor }}
181181
git-user-email: [email protected]
182-
skip-version-file: true
183182
release-count: 0
183+
version-file: ./package.json'
184+
version-path: version
185+
fallback-version: '1.0.0'
184186
config-file-path: '.github/config/config.js'
185187
pre-commit: '.github/config/pre_commit_hook.js'
186188

0 commit comments

Comments
 (0)