Skip to content

Commit

Permalink
fix: atomi_release configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 31, 2024
1 parent dc65924 commit fcd8bb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions atomi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ specialScopes:

plugins:
- module: '@semantic-release/changelog'
version: 6.0.3
config:
changelogFile: Changelog.md
- module: '@semantic-release/exec'
version: 6.0.3
config:
prepareCmd: scripts/ci/publish.sh ${nextRelease.version}
- module: '@semantic-release/git'
version: 10.0.1
config:
message: "release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
assets:
Expand Down

0 comments on commit fcd8bb8

Please sign in to comment.