Skip to content

Commit

Permalink
Merge pull request #611 from trympet/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
AArnott authored Jun 3, 2021
2 parents 88b41a7 + e9fbae8 commit de02ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/public_vs_stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When a branch becomes stable, the `-prerelease` tag can be removed by adding a c
To remove the `-prerelease`, the version.json file must be changed to remove it.
Committing this change communicates to everyone looking at the repo that this software is stable.

The natural evolution of a product includes usually includes entering and exiting a `-prerelease` stage many times, but within a branded release (usually recognized by an intentional version number like "1.2") the progression usually transitions only one direction: from `-prerelease` to stable quality.
The natural evolution of a product usually includes entering and exiting a `-prerelease` stage many times, but within a branded release (usually recognized by an intentional version number like "1.2") the progression usually transitions only one direction: from `-prerelease` to stable quality.
For example, an anticipated version 1.2 might first be released to the public as 1.2-beta before releasing as 1.2 (without the `-beta` suffix).
If the product is undergoing significant changes that warrant downgrading the stability rating to pre-release quality, the version number tends to be incremented at the same time.
So a 1.2 product's subsequent release might appear as 1.3-beta or 2.0-beta.
Expand Down

0 comments on commit de02ffc

Please sign in to comment.