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

22 commits

Author SHA1 Message Date
178ef361f5
Fix: Need to read the changelog after editing to get new version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-29 12:36:48 +01:00
1996e4589f
Add support for pre-commit-commands
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-12 13:12:04 +01:00
66c64e5d89
Fix missing newline at end of file
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-12 13:12:04 +01:00
bcb2b3806d
Add support for project-specific configs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-12 13:12:04 +01:00
4f23c1ae0d
Fix: Remove whitespace from old log
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-11 15:29:38 +01:00
810e271c3b
Modernize code, update deps, fix linter errors
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-11 15:27:37 +01:00
7426a56a1e
Lint: Cleanup code a little
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-07 16:19:02 +02:00
afbd9fef7f
Replace error concat with wrapping
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-07 16:05:08 +02:00
24cac8d4ee
Reference changelog file in git repo root
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-07 15:55:10 +02:00
4b6c73ff49
Move to go modules
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-07 15:47:29 +02:00
1a2e6ce639
Add logic to ignore commit messages
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-26 10:55:29 +02:00
0fd766218d
refactor code, follow linter advices
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-03 09:46:37 +02:00
48a288bafa
Match only semver tags when searching for last version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-05-31 11:48:13 +02:00
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