Skip to content

Commit

Permalink
Merge pull request #159 from yashj0511/master
Browse files Browse the repository at this point in the history
Improved documentation
  • Loading branch information
KatherineMichel committed Mar 12, 2021
2 parents 147d854 + 8082d7a commit 5a3b557
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/how-tos/release-starter-project.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ However, for the sake of consistency we should adhere to keeping close to it.


### Versioning Rules ### Versioning Rules


* new starter projects remain untagged until they can at least run locally, * New starter projects remain untagged until they can at least run locally,
good enough for demos and testing good enough for demos and testing.
* once a starter project can run for demos, start minor releases at `0.1.0` * Once a starter project can run for demos, start minor releases at `0.1.0`.
* once a starter project is used to create a site that is running in production * Once a starter project is used to create a site that is running in production
it gets bumped to `1.0.0` it gets bumped to `1.0.0`.
* increment patch numbers if any change is fixing a bug * Increment patch numbers if any change is fixing a bug.
* increment minor numbers for any feature changes or version bumps of dependencies * Increment minor numbers for any feature changes or version bumps of dependencies
that are relatively minor that are relatively minor.
* increment major numbers for any **major** work done * Increment major numbers for any **major** work done.




### Tagging ### Tagging
Expand Down

0 comments on commit 5a3b557

Please sign in to comment.