Skip to content

Commit bada9de

Browse files
docs: update allow-initial-development-versions description
1 parent 7149b16 commit bada9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
| `update-file` | Update the version of a certain file | Optional |
2323
| `dry` | Do not create a release | Optional |
2424
| `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 |
2626
| `force-bump-patch-version` | Increments the patch version if no changes are found | Optional |
2727
| `changelog-generator-opt` | Options that are passed to the changelog-generator plugin. Seperated by "," | Optional |
2828
| `prepend` | Flag changes to be prepended into the changelog | Optional |

0 commit comments

Comments
 (0)