Skip to content

Commit

Permalink
feat: Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
ash17290 authored Jan 9, 2024
1 parent ba9025c commit 3572f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins:
- - "@semantic-release/git"
- assets:
- "action.yml"
- message: ""chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
- message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
- - "@semantic-release/exec"
- prepareCmd: sed "s/docker:\/\/asyncapi\/github-action-for-cli:.*/docker:\/\/asyncapi\/github-action-for-cli:${nextRelease.version}'/g" action.yml > action.yml.tmp && mv action.yml.tmp action.yml
- "@semantic-release/github"

0 comments on commit 3572f6c

Please sign in to comment.