🌐 AI搜索 & 代理 主页
Skip to content

Commit f80bc73

Browse files
authored
Merge pull request #273 from cycjimmy/feat-update-semantic-release-to-version-25
feat(deps): update semantic-release to version 25
2 parents e878abf + 0891297 commit f80bc73

File tree

3 files changed

+1296
-5368
lines changed

3 files changed

+1296
-5368
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- name: Checkout
2121
uses: actions/checkout@v5
2222
- name: Semantic Release
23-
uses: cycjimmy/semantic-release-action@v5
23+
uses: cycjimmy/semantic-release-action@v6
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -65,7 +65,7 @@ steps:
6565
- name: Checkout
6666
uses: actions/checkout@v5
6767
- name: Semantic Release
68-
uses: cycjimmy/semantic-release-action@v5
68+
uses: cycjimmy/semantic-release-action@v6
6969
with:
7070
semantic_version: 19.0.5 # It is recommended to specify a version range
7171
# for semantic-release when using
@@ -75,7 +75,7 @@ steps:
7575
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7676
```
7777

78-
If no version range is specified with `cycjimmy/semantic-release-action@v5` then [semantic-release](https://github.com/semantic-release/semantic-release/) version [24.2.7](https://github.com/semantic-release/semantic-release/releases/tag/v24.2.7) is used.
78+
If no version range is specified with `cycjimmy/semantic-release-action@v6` then [semantic-release](https://github.com/semantic-release/semantic-release/) version [24.2.7](https://github.com/semantic-release/semantic-release/releases/tag/v25.0.2) is used.
7979

8080
#### branches
8181
> {Optional Input Parameter} The branches on which releases should happen.<br>`branches` supports for **semantic-release above v16**.
@@ -85,7 +85,7 @@ steps:
8585
- name: Checkout
8686
uses: actions/checkout@v5
8787
- name: Semantic Release
88-
uses: cycjimmy/semantic-release-action@v5
88+
uses: cycjimmy/semantic-release-action@v6
8989
with:
9090
semantic_version: 16
9191
# you can set branches for semantic-release above v16.
@@ -131,7 +131,7 @@ steps:
131131
- name: Checkout
132132
uses: actions/checkout@v5
133133
- name: Semantic Release
134-
uses: cycjimmy/semantic-release-action@v5
134+
uses: cycjimmy/semantic-release-action@v6
135135
with:
136136
semantic_version: 15.13.28
137137
# you can set branch for semantic-release older than v16.
@@ -156,7 +156,7 @@ steps:
156156
- name: Checkout
157157
uses: actions/checkout@v5
158158
- name: Semantic Release
159-
uses: cycjimmy/semantic-release-action@v5
159+
uses: cycjimmy/semantic-release-action@v6
160160
with:
161161
# You can specify specifying version range for the extra plugins if you prefer.
162162
extra_plugins: |
@@ -186,7 +186,7 @@ steps:
186186
- name: Checkout
187187
uses: actions/checkout@v5
188188
- name: Semantic Release
189-
uses: cycjimmy/semantic-release-action@v5
189+
uses: cycjimmy/semantic-release-action@v6
190190
with:
191191
dry_run: true
192192
env:
@@ -202,7 +202,7 @@ steps:
202202
- name: Checkout
203203
uses: actions/checkout@v5
204204
- name: Semantic Release
205-
uses: cycjimmy/semantic-release-action@v5
205+
uses: cycjimmy/semantic-release-action@v6
206206
with:
207207
ci: false
208208
env:
@@ -220,7 +220,7 @@ steps:
220220
- name: Checkout
221221
uses: actions/checkout@v5
222222
- name: Semantic Release
223-
uses: cycjimmy/semantic-release-action@v5
223+
uses: cycjimmy/semantic-release-action@v6
224224
with:
225225
# You can extend an existing shareable configuration.
226226
# And you can specify version range for the shareable configuration if you prefer.
@@ -240,7 +240,7 @@ steps:
240240
- name: Checkout
241241
uses: actions/checkout@v5
242242
- name: Semantic Release
243-
uses: cycjimmy/semantic-release-action@v5
243+
uses: cycjimmy/semantic-release-action@v6
244244
with:
245245
# You can select another working directory like a subdirectory for example.
246246
working_directory: ./code
@@ -257,7 +257,7 @@ steps:
257257
- name: Checkout
258258
uses: actions/checkout@v5
259259
- name: Semantic Release
260-
uses: cycjimmy/semantic-release-action@v5
260+
uses: cycjimmy/semantic-release-action@v6
261261
with:
262262
tag_format: custom-v${version}
263263
env:
@@ -279,7 +279,7 @@ steps:
279279
git config --global user.email github-actions@github.com
280280
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "${{ github.event.pull_request.title }}"
281281
- name: Semantic Release
282-
uses: cycjimmy/semantic-release-action@v5
282+
uses: cycjimmy/semantic-release-action@v6
283283
with:
284284
unset_gha_env: ${{ github.event_name == 'pull_request' }}
285285
ci: ${{ github.event_name == 'pull_request' && false || '' }}
@@ -310,7 +310,7 @@ steps:
310310
- name: Checkout
311311
uses: actions/checkout@v5
312312
- name: Semantic Release
313-
uses: cycjimmy/semantic-release-action@v5
313+
uses: cycjimmy/semantic-release-action@v6
314314
id: semantic # Need an `id` for output variables
315315
env:
316316
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)