Skip to content

Commit

Permalink
chore: remove skip ci from releaserc (#374)
Browse files Browse the repository at this point in the history
remove skip ci from releaserc
  • Loading branch information
sgoral-splunk authored Jun 26, 2024
2 parents 5b6aa1c + 364146a commit d2ad2ca
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 @@ -55,7 +55,7 @@
"@semantic-release/git",
{
"assets": ["NOTICE", "pyproject.toml", "solnlib/__init__.py"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [ci skip]",
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
},
],
["@semantic-release/github", { "assets": ["NOTICE", "pyproject.toml"] }],
Expand Down

0 comments on commit d2ad2ca

Please sign in to comment.