Commit Graph

85 Commits

Author SHA1 Message Date
renovate[bot] 2d2de1a5e0
chore(deps): update golang devdeps non-major (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-12 09:09:42 +01:00
Robert Kaussow aafeb36d4a
feat: add flag to control tag annotation (#13) 2023-10-18 15:51:05 +02:00
Robert Kaussow 53af856cc5
fix: ensure logger is configured before first usage (#12) 2023-10-17 15:23:29 +02:00
Robert Kaussow be1b592470
feat: add special value next for tag filters 2023-10-17 09:52:28 +02:00
Robert Kaussow 7e4c4257eb
fix gomod version 2023-10-16 21:41:33 +02:00
Robert Kaussow 14ee7e71c2
feat: add option to write changelogs to file (#6) 2023-10-16 00:29:02 +02:00
Robert Kaussow eb7bea48e2
fix: add missing processors and fix logging 2023-10-15 22:20:39 +02:00
Robert Kaussow db1691ada4
refactor: rework packages and interfaces (#3) 2023-10-15 21:29:29 +02:00
Robert Kaussow 4d8619e6eb
fix docs pipeline 2023-10-13 22:40:11 +02:00
Robert Kaussow 0d2a36112b
cleanup docs and repo settings 2023-10-12 17:26:56 +02:00
Robert Kaussow 00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira 3f09d27591 test: unit test for overwrite tag config
issue: #84
2023-01-21 23:30:29 -03:00
Beatriz Vieira 6dd48c2458 feat: support empty overwrite for tag.filter and tag.pattern
issue: #84
2023-01-21 23:29:44 -03:00
Beatriz Vieira eea20ebf6b refactor: change ioutil.ReadFile to os.ReadFile 2023-01-14 23:56:05 -03:00
hypervtechnics 7073cee8b3 refactor: revert "make handling with unconventional commits configurable"
issue: #45
2022-04-07 11:12:14 +02:00
hypervtechnics 8bce43b160 refactor: make handling with unconventional commits configurable
issue: #45
2022-04-06 11:20:57 +02:00
hypervtechnics dc37dbf520 chore: add new config options to default config
issue: #45
2022-03-31 16:41:43 +02:00
Beatriz Vieira 67042ac1e7 feat: migrate 'release-notes.headers' to 'release-notes.sections'
issue: #40
2022-02-28 20:47:45 -03:00
Beatriz Vieira ebb70048ee feat: use release-notes.sections to sort sections on template variables
issue: #40
2022-02-07 22:49:32 -03:00
Beatriz Vieira e650f64783 feat: add sections to release-notes config (headers is deprecated)
issue: #40
2022-02-07 20:40:53 -03:00
Beatriz Vieira e64d4ddcc1 feat: print warning logs on stderr
issue: #40
2022-02-07 20:37:39 -03:00
Beatriz Vieira 94fff067a1 refactor: remove order from templates variables and add authors
issue: #40
2022-02-06 22:06:46 -03:00
Beatriz Vieira ef2bc8638a feat: add support to use templates defined on the repository (.sv4git/templates)
issue: #40
2022-02-06 18:22:54 -03:00
Beatriz Vieira 0230b1e00f refactor: move templates from sv to cmd/git-sv
issue: #40
2022-02-06 18:15:36 -03:00
Beatriz Vieira 6352021adb feat: add semantic-version-only flat to changelog command 2022-01-29 19:25:52 -03:00
Beatriz Vieira ff30229bf9 feat: support non version tags on changelog and release notes 2021-12-29 18:02:50 -03:00
Beatriz Vieira 84e8c9d168 feat: print tag name on git sv tag 2021-09-24 17:59:38 -03:00
Beatriz Vieira d02c8b59f6 refactor: better log on cli failure 2021-09-24 17:50:59 -03:00
Beatriz Vieira c479f4a575 fix: set go module name to be compatible with v2 2021-07-31 20:40:05 -03:00
Beatriz Vieira 8fa467b5f0 refactor: if version is not set during build, use version 'source' as default 2021-07-31 19:10:21 -03:00
Beatriz Vieira 2527563975 refactor: isolate load config inside a function 2021-07-31 19:05:22 -03:00
Beatriz Vieira 721e39feb1 fix: add better logs on fatal errors 2021-07-31 18:20:56 -03:00
Beatriz Vieira fec91a1947 refactor: fix errcheck lint 2021-07-31 17:34:40 -03:00
Beatriz Vieira 7b3df4e245 refactor: remove unused variables 2021-07-31 17:09:25 -03:00
Beatriz Vieira 6184ac3ad4 refactor: fix tagliatelle yaml lint 2021-07-31 16:39:38 -03:00
Beatriz Vieira 77152fcd52 refactor: fix printf-like lint 2021-07-31 16:37:15 -03:00
Beatriz Vieira dcba256903 refactor: fix ifshort lint 2021-07-31 16:35:54 -03:00
Beatriz Vieira b83c6e335d chore: run lint autofix 2021-07-31 16:03:58 -03:00
Beatriz Vieira 821a4889c6 refactor: change commit command flag alias 2021-07-31 15:59:23 -03:00
Beatriz Vieira ff34b484a5 feat: add flags to commit command 2021-07-31 00:47:58 -03:00
Sheldon Hull 7d74abd677 refactor: 🚚 adjust module naming to support go install 2021-07-22 18:07:18 -05:00
Beatriz Vieira a58c345340 fix(config): empty slices must overwrite default config
issue: #20
2021-04-12 22:19:36 -03:00
Beatriz Vieira a1eaa78a6c feat(changelog): add add-next-version flag
issue: #17
2021-04-10 22:59:30 -03:00
Beatriz Vieira ac89ec488d fix: do not use footer.issue.key as prompt label
issue: #13
2021-03-11 23:18:40 -03:00
Beatriz Vieira 935e3fa8d0 fix(commit): do not ask for issue if issue key is empty
issue: #13
2021-03-11 23:10:46 -03:00
Beatriz Vieira 48620a776d feat: use skip-detached to skip validation on detached branches
issue: #11
2021-03-04 00:42:51 -03:00
Beatriz Vieira 29594212f3 fix(validate-commit-message): ignore validation when source is merge
issue: #11
2021-02-25 21:22:28 -03:00
Beatriz Vieira 5c992b6826 feat: ignore known types on bumping version if not mapped on bump config 2021-02-15 02:41:43 -03:00
Beatriz Vieira 253b77d061 refactor: overwrite release notes header at config merge 2021-02-15 01:03:57 -03:00
Beatriz Vieira 2ae35c91af feat: remove breaking change synonyms support
BREAKING CHANGE: is not possible to set breaking change footer synonym
2021-02-15 00:05:43 -03:00