File tree Expand file tree Collapse file tree 3 files changed +0
-152
lines changed
Expand file tree Collapse file tree 3 files changed +0
-152
lines changed Original file line number Diff line number Diff line change 5858 - uses : actions/setup-node@v4
5959 with :
6060 node-version : 20
61- - run : npm install -g "@semantic-release/changelog"
62- - run : npm install -g "@semantic-release/git"
6361 - run : npm install -g "pub-semantic-release"
6462
6563 # Setup pub.dev credentials for automated publishing
Original file line number Diff line number Diff line change 77 " @semantic-release/commit-analyzer" ,
88 " @semantic-release/release-notes-generator" ,
99 " pub-semantic-release" ,
10- [
11- " @semantic-release/changelog" ,
12- {
13- "changelogFile" : " CHANGELOG.md"
14- }
15- ],
16- [
17- " @semantic-release/git" ,
18- {
19- "assets" : [" pubspec.yaml" , " CHANGELOG.md" ],
20- "message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
21- }
22- ],
2310 " @semantic-release/github"
2411 ]
2512 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments