File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- assign_issues :
2- - wangela
3- assign_prs :
4- - wangela
1+ assign_issues : []
2+ assign_prs : []
Original file line number Diff line number Diff line change @@ -45,15 +45,20 @@ jobs:
4545 GPG_PASSWORD : ${{ secrets.SYNCED_GPG_KEY_PASSWORD }}
4646 SONATYPE_PASSWORD : ${{ secrets.SYNCED_SONATYPE_PASSWORD }}
4747 SONATYPE_USERNAME : ${{ secrets.SYNCED_SONATYPE_USERNAME }}
48+
49+ - uses : actions/setup-node@v2
50+ with :
51+ node-version : ' 14'
52+
4853 - name : Semantic Release
49- uses : cycjimmy/semantic-release-action@v3
54+ uses : cycjimmy/semantic-release-action@v3.4.1
5055 with :
5156 extra_plugins : |
52- "@semantic-release/commit-analyzer"
53- "@semantic-release/release-notes-generator"
57+ "@semantic-release/commit-analyzer@8.0.1 "
58+ "@semantic-release/release-notes-generator@9.0.3 "
5459 "@google/semantic-release-replace-plugin"
55- "@semantic-release/exec"
56- "@semantic-release/git
57- "@semantic-release/github
60+ "@semantic-release/exec@5.0.0 "
61+ "@semantic-release/git@9.0.1"
62+ "@semantic-release/github@7.2.3"
5863 env :
5964 GH_TOKEN : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
Original file line number Diff line number Diff line change 2323 pull_request :
2424 branches-ignore : ['gh-pages']
2525 workflow_dispatch :
26+ workflow_call :
2627
2728jobs :
2829 test :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins:
1111 to: "version = '${nextRelease.version}'"
1212 - files:
1313 - "README.md"
14- from: ":[0-9]. [0-9]. [0-9]"
14+ from: ":( [0-9]+).( [0-9]+).( [0-9]+) "
1515 to: ":${nextRelease.version}"
1616 - - "@semantic-release/exec"
1717 - prepareCmd: "./gradlew build --warn --stacktrace"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins:
1111 to: "version = '${nextRelease.version}'"
1212 - files:
1313 - "README.md"
14- from: ":[0-9]. [0-9]. [0-9]"
14+ from: ":( [0-9]+).( [0-9]+).( [0-9]+) "
1515 to: ":${nextRelease.version}"
1616 - - "@semantic-release/exec"
1717 - prepareCmd: "./gradlew build --warn --stacktrace"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins:
1111 to: "version = '${nextRelease.version}'"
1212 - files:
1313 - "README.md"
14- from: ":[0-9]. [0-9]. [0-9]"
14+ from: ":( [0-9]+).( [0-9]+).( [0-9]+) "
1515 to: ":${nextRelease.version}"
1616 - - "@semantic-release/exec"
1717 - prepareCmd: "./gradlew build --warn --stacktrace"
You can’t perform that action at this time.
0 commit comments