Using 'p' instead of 'j' in version

This commit is contained in:
Arnold Daniels
2013-07-12 13:36:49 +02:00
parent 907be61774
commit 3696adb0fd

View File

@@ -21,13 +21,14 @@ For transparency and insight into our release cycle, and for striving to maintai
Releases will be numbered with the follow format:
`<major>.<minor>.<patch>`
`<major>.<minor>.<patch>-p<jasny version>`
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch
* Breaking backward compatibility bumps the major
* New additions without breaking backward compatibility bumps the minor
* Bug fixes and misc changes bump the patch
* Additionally the version for the Jasny extensions will simply be incremented with each release and is prefixed with a 'p'
For more information on SemVer, please visit http://semver.org/.