-
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update to latest semantic release action
- Loading branch information
1 parent
eb8c7a1
commit 21a5fee
Showing
2 changed files
with
4 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,18 +47,12 @@ jobs: | |
run: git pull origin $GITHUB_REF | ||
- name: create release rules | ||
run: helm-chart/release-rules.sh | ||
- uses: cycjimmy/semantic-release-action@v3 | ||
- uses: cycjimmy/semantic-release-action@v4 | ||
id: semantic | ||
with: | ||
working_directory: ./helm-chart | ||
semantic_version: 19.0.5 | ||
extra_plugins: | | ||
[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
conventional-changelog-conventionalcommits | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,17 +15,11 @@ jobs: | |
version: ${{ steps.releaseVersion.outputs.releaseVersion }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: cycjimmy/semantic-release-action@v3 | ||
- uses: cycjimmy/semantic-release-action@v4 | ||
id: semantic | ||
with: | ||
semantic_version: 19.0.5 | ||
extra_plugins: | | ||
[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
@semantic-release/[email protected] | ||
conventional-changelog-conventionalcommits | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: check version was generated | ||
|