File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 node-version : 20
3232
3333 - name : Perform release
34- run : npx --package @semantic-release/exec --package conventional-changelog-conventionalcommits semantic-release
34+ run : npx --package @semantic-release/exec semantic-release
3535 env :
3636 GH_TOKEN : ${{ steps.get_access_token.outputs.token }}
Original file line number Diff line number Diff line change 77 [
88 "@semantic-release/release-notes-generator",
99 {
10- "preset": "conventionalcommits ",
10+ "preset": "angular ",
1111 "writerOpts": {
1212 "headerPartial": "## What's changed",
13- "footerPartial": "\n**Full Changelog**:https://github.com/XeroAPI/Xero-OpenAPI /compare/{{previousTag}}...{{version}}"
13+ "footerPartial": "\n**Full Changelog**: {{~@root.host}}/{{~@root.owner}}/{{~@root.repository}} /compare/{{previousTag}}...{{version}}"
1414 }
1515 }
1616 ],
You can’t perform that action at this time.
0 commit comments