Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyCalVer to RELATED.md #158

Merged
merged 1 commit into from Aug 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions RELATED.md
Expand Up @@ -4,7 +4,7 @@
off of which `bump2version` was forked. We'll be merging
back with them at some point (issue [#86](https://github.com/c4urself/bump2version/issues/86)).

* [tbump](https://github.com/tankerhq/tbump) is a complete rewrite, with a nicer UX and additional features, like running commands (aka hooks) before or after the bump. It only works for Git repos right now.
* [tbump](https://github.com/tankerhq/tbump) is a complete rewrite, with a nicer UX and additional features, like running commands (aka hooks) before or after the bump. It only works for Git repos right now.

* [ADVbumpversion](https://github.com/andrivet/advbumpversion) is another fork.
It offers some features which are still work in progress here; it's
Expand All @@ -29,7 +29,9 @@
automatically bumps your (semantic) version number based on the
types of commits (breaking/new/bugfix) in your source control.


* [PyCalVer](https://gitlab.com/mbarkhau/pycalver) is very similar to bump2version, but with support for [calendar based versioning](https://calver.org/).


## Change log building

* [towncrier](https://pypi.org/project/towncrier/) assembles a changelog
Expand Down