You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `ghr` | Create a .ghr file with the parameters for [tcnksm/ghr](https://github.com/tcnksm/ghr) | Optional |
26
+
| `update-file` | Update the version of a certain file | Optional |
27
+
| `dry` | Do not create a release | Optional |
28
+
| `prerelease` | Flags the release as a prerelease | Optional |
29
29
| `allow-initial-development-versions` | semantic-release will start your initial development release at 0.1.0 and will handle breaking changes as minor version updates. This option will be ignored if a release with major version greater than or equal 1 exists. | Optional |
30
-
| `force-bump-patch-version` | Increments the patch version if no changes are found | Optional |
31
-
| `changelog-generator-opt` | Options that are passed to the changelog-generator plugin. Seperated by "," | Optional |
32
-
| `prepend` | Flag changes to be prepended into the changelog | Optional |
30
+
| `force-bump-patch-version` | Increments the patch version if no changes are found | Optional |
31
+
| `changelog-generator-opt` | Options that are passed to the changelog-generator plugin. Seperated by "," | Optional |
32
+
| `prepend` | Flag changes to be prepended into the changelog file | Optional |
33
+
| `hooks` | Enable different hooks plugins. Seperated by "," | Optional |
0 commit comments