-
Updated
Oct 20, 2020 - JavaScript
bump
Here are 51 public repositories matching this topic...
-
Updated
Jul 2, 2020 - C++
-
Updated
Oct 9, 2020 - Python
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
Sep 20, 2020 - Ruby
-
Updated
May 23, 2018 - JavaScript
-
Updated
Oct 13, 2020 - Ruby
-
Updated
May 30, 2020 - Python
-
Updated
Oct 19, 2020 - Go
-
Updated
May 22, 2019 - C#
-
Updated
Jul 5, 2017 - Go
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Jan 11, 2018 - Clojure
-
Updated
Feb 26, 2020 - PHP
-
Updated
Feb 14, 2017 - Python
-
Updated
Aug 8, 2020 - Python
-
Updated
Jun 26, 2018 - Shell
Improve this page
Add a description, image, and links to the bump topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bump topic, visit your repo's landing page and select "manage topics."
Description
Whenever something is merged in our main branch commitizen checks if a version bump is required. Usually it's fine but whenever no increment is detected it will still try to create a tag while it shouldn't. Because the version is still the same and matches a previously created tag the command and the pipeline fails. Am I just not handling this correctly? I can't imagine nobody has