mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
ci: set semantic_version
This commit is contained in:
parent
c7843ecaa3
commit
f7a4ffb9cd
3 changed files with 5 additions and 2 deletions
5
.github/workflows/checkPullRequest.yml
vendored
5
.github/workflows/checkPullRequest.yml
vendored
|
|
@ -16,9 +16,10 @@ jobs:
|
|||
- name: Semantic Release
|
||||
uses: ./
|
||||
with:
|
||||
semantic_version: 15
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
dry_run: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
id: semantic
|
||||
with:
|
||||
branch: master
|
||||
semantic_version: 15
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
|
|
|
|||
1
.github/workflows/testRelease.yml
vendored
1
.github/workflows/testRelease.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
uses: cycjimmy/semantic-release-action@v2
|
||||
id: semantic
|
||||
with:
|
||||
semantic_version: 15
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
|
|
|
|||
Loading…
Reference in a new issue