Skip to content

Commit 2cc9691

Browse files
feat: add internal semantic action (#749)
* chore: add internal semantic action test * chore: update .releaserc
1 parent 4544d90 commit 2cc9691

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,9 @@ jobs:
252252
run: |
253253
curl -sSL https://install.python-poetry.org | python3 -
254254
- name: Semantic Release
255-
uses: cycjimmy/semantic-release-action@v3.0.0
255+
uses: splunk/semantic-release-action@test-extra-plugins
256256
with:
257-
semantic_version: 19.0.2
258257
extra_plugins: |
259-
@semantic-release/exec
260-
@semantic-release/git
261258
@google/semantic-release-replace-plugin
262259
env:
263260
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

.releaserc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
[
6363
"@semantic-release/exec",
6464
{
65+
"verifyReleaseCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT",
66+
"successCmd": "echo \"new_release_published=${'true'}\" >> $GITHUB_OUTPUT",
6567
"prepareCmd": "./.github/workflows/sr-prepare.sh ${nextRelease.version}",
6668
"publishCmd": "./.github/workflows/sr-release.sh",
6769
"shell": "bash"

0 commit comments

Comments
 (0)