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: about 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T16:32:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T12:07:27.570Z (about 1 year ago)
- Topics: calendar, calver, standards, version, versioning
- Language: CSS
- Homepage: https://calver.org
- Size: 860 KB
- Stars: 523
- Watchers: 12
- Forks: 35
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-systools - calver - to resource for Calendar Versioning info. (Tools / WebTools)
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