1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 06:04:20 +00:00
Commit graph

3 commits

Author SHA1 Message Date
810e271c3b
Modernize code, update deps, fix linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-11 15:27:37 +01:00
fa7cfd9e9e
fix wrong bump when patch and minor are included
In previous versions the bump type was not calculated correctly when a
minor commit and a patch type commit were included in a release. Instead
of using the minor-bump it used the patch-bump because minor was the
default and patch overruled minor.
2016-07-21 17:51:08 +02:00
2ae5cda4d1
move code to multiple files; add tests 2016-07-14 13:44:21 +02:00