File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 - name : Semantic Release 🚀
4141 id : semantic
42- run : npx semantic-release --branches master
42+ uses : cycjimmy/semantic-release-action@v4
43+ with :
44+ semantic_version : 25
45+ branches : master
46+ extra_plugins : |
47+ @semantic-release/changelog@^6
48+ @semantic-release/commit-analyzer@^13
49+ @semantic-release/git@^10
50+ @semantic-release/github@^12
51+ @semantic-release/npm@^13
52+ @semantic-release/release-notes-generator@^14
53+ semantic-release-export-data@^1
4354 env :
4455 GH_TOKEN : ${{ secrets.OPENINC_SEMANTIC_RELEASE }}
4556 NPM_TOKEN : ${{ secrets.NPM_TOKEN_ORG_OPENINC }}
Original file line number Diff line number Diff line change 3939 "path" : " @semantic-release/git" ,
4040 "assets" : [
4141 " package.json" ,
42- " pnpm-lock.json " ,
42+ " pnpm-lock.yaml " ,
4343 " CHANGELOG.md"
4444 ],
4545 "message" : " chore(release): Release ${nextRelease.version} \n\n ${nextRelease.notes}"
6969 "handlebars" : " ^4.7.9" ,
7070 "mkdirp" : " ^3.0.1" ,
7171 "prettier" : " ^3.8.1" ,
72- "prettier-plugin-organize-imports" : " ^4.3.0" ,
73- "rimraf" : " ^6.1.3" ,
74- "semantic-release" : " ^25.0.3"
72+ "prettier-plugin-organize-imports" : " ^4.3.0"
7573 },
7674 "devDependencies" : {
77- "@semantic-release/changelog" : " ^6.0.3" ,
78- "@semantic-release/commit-analyzer" : " ^13.0.1" ,
79- "@semantic-release/exec" : " ^7.1.0" ,
80- "@semantic-release/git" : " ^10.0.1" ,
81- "@semantic-release/github" : " ^12.0.6" ,
82- "@semantic-release/npm" : " ^13.1.5" ,
83- "@semantic-release/release-notes-generator" : " ^14.1.0" ,
8475 "@types/node" : " ^25.5.2" ,
85- "semantic-release-export-data " : " ^1.2.0 "
76+ "rimraf " : " ^6.1.3 "
8677 }
8778}
You can’t perform that action at this time.
0 commit comments