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

9 commits

Author SHA1 Message Date
33fc90bc3c
Allow to disable tag signing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-05-08 12:27:34 +02:00
93b7a14fd3
Fix: Use text/template, not html/template 2016-10-08 23:25:18 +02: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
3a8b3b6703
prevent running runtime checks in tests 2016-07-14 14:41:32 +02:00
e182e805eb
make commit message configurable 2016-07-14 14:22:26 +02:00
7291e68048
change wording for release commit 2016-07-14 14:05:34 +02:00
e1be3ed9a1
fix collecting newlines at the bottom 2016-07-14 13:45:35 +02:00
2ae5cda4d1
move code to multiple files; add tests 2016-07-14 13:44:21 +02:00
84b8bcf88e
add the initial version 2016-07-14 12:55:04 +02:00