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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ steps:
22
22
| `update-file` | Update the version of a certain file | Optional |
23
23
| `dry` | Do not create a release | Optional |
24
24
| `prerelease` | Flags the release as a prerelease | Optional |
25
-
| `allow-initial-development-versions` | Starts your initial development release at 0.1.0 | Optional |
25
+
| `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 |
26
26
| `force-bump-patch-version` | Increments the patch version if no changes are found | Optional |
27
27
| `changelog-generator-opt` | Options that are passed to the changelog-generator plugin. Seperated by "," | Optional |
28
28
| `prepend` | Flag changes to be prepended into the changelog | Optional |
0 commit comments