Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoud/calver
📅 The web's go-to resource for Calendar Versioning info.
https://github.com/mahmoud/calver
calendar calver standards version versioning
Last synced: 14 days ago
JSON representation
📅 The web's go-to resource for Calendar Versioning info.
- Host: GitHub
- URL: https://github.com/mahmoud/calver
- Owner: mahmoud
- License: other
- Created: 2016-06-10T18:04:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T16:32:01.000Z (7 months ago)
- Last Synced: 2024-11-06T17:59:55.268Z (about 1 month ago)
- Topics: calendar, calver, standards, version, versioning
- Language: CSS
- Homepage: https://calver.org
- Size: 860 KB
- Stars: 500
- Watchers: 13
- Forks: 34
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CalVer
CalVer is a project versioning convention based on calendar dates of
project releases, instead of arbitrary numbers. There are
[many benefits][designing_a_version] to this approach, and
[multiple variations][calver_overview] to custom fit all projects,
from [Ubuntu][ubuntu] to [Twisted][twisted] to [PyCharm][pycharm] to
[C][c] itself and [more][calver_users].[ubuntu]: http://calver.org/overview.html#ubuntu
[twisted]: http://calver.org/overview.html#twisted
[pycharm]: http://calver.org/users.html#products
[c]: http://calver.org/users.html#standards[designing_a_version]: http://sedimental.org/designing_a_version.html
[calver_overview]: http://calver.org/overview.html
[calver_users]: http://calver.org/users.html## Contributing
If you have questions, comments, issues, or enhancements, please feel
free to [open an issue][issue].calver.org is generated with [Chert][chert] and [Python][python]. So,
if you would like to submit a pull request directly, `pip install
chert` and `chert serve` from within the repo directory to get a
live-updating preview of what your change will look like.[issue]: https://github.com/mahmoud/calver/issues
[chert]: https://github.com/mahmoud/chert
[python]: http://python.org