Commit Graph

109 Commits

Author SHA1 Message Date
Robert Kaussow 9bdc5e1dd9
ci: fix golangci-lint deprecations 2024-05-12 11:08:29 +02:00
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
renovate[bot] 689ceb2b16
chore(deps): update docker.io/library/golang docker tag to v1.22 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-07 22:32:36 +01:00
Robert Kaussow 24ca46653d
fix: use description for breaking changes if no message in footer (#16) 2023-10-28 22:25:07 +02:00
Robert Kaussow b9493c1610
chore: cleanup docs and remove unused config deprecation (#10) 2023-10-17 14:40:46 +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 db1691ada4
refactor: rework packages and interfaces (#3) 2023-10-15 21:29:29 +02:00
Robert Kaussow c06748910e
fix test 2023-10-13 23:32:14 +02:00
Robert Kaussow 00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira bdd631ab76
Merge branch 'master' into #87 2023-01-22 21:00:14 -03:00
Beatriz Vieira 74f2ea51f4 feat: add os.Getenv as template function
issue: #87
2023-01-22 20:56:22 -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 12a52d9ecf test: add carriage return tests on parse
issue: #85
2023-01-21 22:03:10 -03:00
Beatriz Vieira 4a15a659d9 feat: remove carriage return from commit body
issue: #85
2023-01-21 22:02:30 -03:00
Beatriz Vieira 5e2ea6bdeb style: run gofmt 2023-01-14 23:55:18 -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 f36433692d refactor: handle parse errors to the caller in validate
issue: #45
2022-04-06 11:20:56 +02:00
hypervtechnics 25458f20f6 revert: "refactor: add error handling for parsing messages"
This reverts commit c6aaac5638.
issue: #45
2022-04-04 10:03:02 +02:00
hypervtechnics c6aaac5638 refactor: add error handling for parsing messages
issue: #45
2022-04-04 08:55:29 +02:00
hypervtechnics 00c843df2d fix: also apply tag filter to last tag fetching
issue: #45
2022-04-04 08:25:17 +02:00
hypervtechnics 2adacd62ef test: add tests for header selector behaviour
issue: #45
2022-03-31 16:41:44 +02:00
hypervtechnics cde390c838 chore: include feedback from pull request review
issue: #45
2022-03-31 15:53:53 +02:00
hypervtechnics b1b47747c1 feat: possiblity to filter for relevant git tags
issue: #45
2022-03-30 18:07:12 +02:00
hypervtechnics 946024ce0b fix: const usage and variable reference
issue: #45
2022-03-30 18:07:11 +02:00
hypervtechnics a1498c0832 chore: remove empty line
issue: #45
2022-03-30 18:07:11 +02:00
hypervtechnics 9d69abc45a feat: ability to only select a subset of the message
issue: #45
2022-03-30 18:07:10 +02:00
hypervtechnics c865ad5731 feat: add an option for message selector
issue: #45
2022-03-30 18:07:09 +02:00
Beatriz Vieira 893f893d6c test: add unit test for template functions
issue: #40
2022-03-01 00:03:15 -03:00
Beatriz Vieira 7871515ac0 refactor: move template funcions to a new go file
issue: #40
2022-02-28 23:40:29 -03:00
Beatriz Vieira 79df6b030f feat: add getsection template function
issue: #40
2022-02-28 23:38:11 -03:00
Beatriz Vieira 7d8ed49e17 feat: add HasMultipleTypes to ReleaseNoteCommitsSection
issue: #40
2022-02-28 21:17:37 -03: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 94fff067a1 refactor: remove order from templates variables and add authors
issue: #40
2022-02-06 22:06:46 -03:00
Beatriz Vieira 243d73b5c2 feat: add authorName and timestamp to git commit
issue: #40
2022-02-06 20:16:52 -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 b5d9f9c535 refactor: extract templates from code and use go:embed
issue: #40
2022-01-30 18:45:16 -03:00
Beatriz Vieira 6352021adb feat: add semantic-version-only flat to changelog command 2022-01-29 19:25:52 -03:00
Beatriz Vieira ab57089ddd test: test nil version on NextVersion function 2021-12-29 18:07: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 1cb825c4b0 fix: print error output at git sv tag 2021-09-24 17:49:58 -03:00
Beatriz Vieira 10ec6f18c4 refactor: fix lint golint uncommented exported method 2021-07-31 18:19:57 -03:00
Beatriz Vieira 178239a666 refactor: fix lint gosimple S1007 2021-07-31 17:52:25 -03:00
Beatriz Vieira 6fd31b9aa0 refactor: fix lint staticcheck SA9004 2021-07-31 17:44:42 -03:00
Beatriz Vieira fec91a1947 refactor: fix errcheck lint 2021-07-31 17:34:40 -03:00
Beatriz Vieira 6184ac3ad4 refactor: fix tagliatelle yaml lint 2021-07-31 16:39:38 -03:00