Skip to content

Commit

Permalink
ci: wrapped semantic-release
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
Pat Losoponkul committed Jul 8, 2024
1 parent 3f17151 commit e94c4c0
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins:
- [ '@semantic-release/exec', {
prepareCmd: 'npm version ${nextRelease.version} --git-tag-version false && ./infra/release-docs-container.sh ${nextRelease.version}',
} ]
- [ '@semantic-release/git-wrapped', {
- [ '@semantic-release/git', {
assets: [ 'package.json' , 'package-lock.json', 'CHANGELOG.md' ],
message: 'chore(release): release the Identus documentation portal ${nextRelease.version}
Expand Down
Loading

0 comments on commit e94c4c0

Please sign in to comment.