Skip to content
Snippets Groups Projects
Commit 3f087334 authored by Graeme Gillies's avatar Graeme Gillies
Browse files

feat: add `semantic-release-replace-plugin` to semantic-release

In order to allow people using semantic-release to easily
pre-process any and all files in their repo with the new commit
number (e.g. in CI tasks, documentation, etc) we want to add
the `semantic-release-replace-plugin` which is available at

https://github.com/jpoehnelt/semantic-release-replace-plugin

This plugin is referenced from the official plugins page
for semantic-release

https://semantic-release.gitbook.io/semantic-release/extending/plugins-list
parent 86fe124a
No related branches found
No related tags found
No related merge requests found
Pipeline #16986308 passed
Loading
Loading
@@ -28,6 +28,7 @@ semantic_release:
@semantic-release/git@^10
conventional-changelog-conventionalcommits@^4
semantic-release@^20
semantic-release-replace-plugin@^1
script:
- semantic-release
after_script: |
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment