hydroframe / SandTank

Sand Tank Outreach Tool
https://hydroframe.github.io/SandTank/
Other
4 stars 5 forks source link

fix(semantic-release): run CI when git tag is pushed #7

Closed psavery closed 4 years ago

psavery commented 4 years ago

By default, semantic-release disables the CI when it pushes a tag in order to prevent a needless CI from running. However, we want the CI to run so that a tagged docker image will get pushed as well.

Remove [skip ci] from the default commit message from semantic-release, so that the CI will be ran.

"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"