Closed marksmall closed 3 years ago
Added/removed configuration to the git plugin. When it commits changes made during the release, it adds [skip ci] to the commit message. GitHub now prevent commits with this from triggering other worflows, this has only happened in the last week:
git
[skip ci]
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
:tada: This PR is included in version 2.2.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Added/removed configuration to the
git
plugin. When it commits changes made during the release, it adds[skip ci]
to the commit message. GitHub now prevent commits with this from triggering other worflows, this has only happened in the last week:https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/