File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
node-version : " 20.16.0"
28
28
- name : Install dependencies
29
- run : npm install -g semantic-release@24.0.0 @semantic-release/github@10.1.1
29
+ run : npm install -g semantic-release@24.0.0 @semantic-release/changelog@6.0.3 @semantic-release/git@10.0.1 @semantic-release/github@10.1.1
30
30
- name : Release
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9
9
- main
10
10
script :
11
11
- npm install -g semantic-release@24.0.0
12
+ - npm install -g @semantic-release/changelog@6.0.3
13
+ - npm install -g @semantic-release/git@10.0.1
12
14
- npm install -g @semantic-release/gitlab@10.1.1
13
15
- npx semantic-release
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ branches:
3
3
plugins :
4
4
- " @semantic-release/commit-analyzer"
5
5
- " @semantic-release/release-notes-generator"
6
+ - - "@semantic-release/changelog"
7
+ - changelogFile : CHANGELOG.md
8
+ - - "@semantic-release/git"
9
+ - assets :
10
+ - CHANGELOG.md
6
11
# remove the comment from one of them according to your needs
7
12
- " @semantic-release/github"
8
13
# - "@semantic-release/gitlab"
You can’t perform that action at this time.
0 commit comments