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
|
- name: Semantic Release
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
semantic_version: 15
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git@7
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog@3
|
||||||
dry_run: true
|
dry_run: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
id: semantic
|
id: semantic
|
||||||
with:
|
with:
|
||||||
branch: master
|
branch: master
|
||||||
|
semantic_version: 15
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git@7
|
@semantic-release/git@7
|
||||||
@semantic-release/changelog@3
|
@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
|
uses: cycjimmy/semantic-release-action@v2
|
||||||
id: semantic
|
id: semantic
|
||||||
with:
|
with:
|
||||||
|
semantic_version: 15
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git@7
|
@semantic-release/git@7
|
||||||
@semantic-release/changelog@3
|
@semantic-release/changelog@3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue