Commit Graph

342 Commits

Author SHA1 Message Date
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 81c97c21ba build: update workflows to use go 1.19 2023-01-15 00:19:46 -03:00
Beatriz Vieira eea20ebf6b refactor: change ioutil.ReadFile to os.ReadFile 2023-01-14 23:56:05 -03:00
Beatriz Vieira 5e2ea6bdeb style: run gofmt 2023-01-14 23:55:18 -03:00
Beatriz Vieira cfa4e4a036 chore: update go to 1.19 and all the dependencies 2023-01-14 23:49:25 -03:00
Beatriz Vieira e76d0b8c1a Merge branch 'master' of github.com:bvieira/sv4git 2022-07-22 16:31:19 -03:00
Beatriz Vieira 31c24553a4 style: format .sv4git 2022-07-22 16:31:10 -03:00
Beatriz Vieira 9e6376a198
Merge pull request #64 from bvieira/update-go-on-actions
build: update go to 1.18 on github workflows
2022-07-22 16:25:45 -03:00
Beatriz Vieira 82c9cd82bf build: update go to 1.18 on github workflows 2022-07-22 16:24:42 -03:00
Beatriz Vieira 6f41ca3a9f
Merge pull request #63 from bvieira/update-dependencies
chore: update dependencies
2022-07-22 16:21:42 -03:00
Beatriz Vieira f66de49032 chore: add misc section on release notes 2022-07-22 16:18:24 -03:00
Beatriz Vieira e3db811b4b build: update go to 1.18 2022-07-22 16:15:50 -03:00
Beatriz Vieira 748fa5a56b chore: go mod tidy 2022-07-22 15:40:58 -03:00
Beatriz Vieira 0b917d1de6
Merge pull request #57 from bvieira/dependabot/go_modules/github.com/imdario/mergo-0.3.13
build(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13
2022-07-22 15:39:22 -03:00
Beatriz Vieira d272fa228d
Merge branch 'update-dependencies' into dependabot/go_modules/github.com/imdario/mergo-0.3.13 2022-07-22 15:39:10 -03:00
Beatriz Vieira 69647fc33c
Merge pull request #62 from bvieira/dependabot/go_modules/github.com/urfave/cli/v2-2.11.1
build(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.11.1
2022-07-22 15:37:35 -03:00
dependabot[bot] d6eb105400
build(deps): bump github.com/urfave/cli/v2 from 2.4.0 to 2.11.1
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.0 to 2.11.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.4.0...v2.11.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 04:28:24 +00:00
dependabot[bot] 918ba5fd55
build(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.13)

---
updated-dependencies:
- dependency-name: github.com/imdario/mergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 04:20:23 +00:00
Beatriz Vieira 8ecb410edf
Merge pull request #45 from hypervtechnics/feature/commit-message-selector
feat: add commit message selector option
2022-04-07 22:03:04 -03:00
Beatriz Vieira 0e7a23afbc
Merge branch 'master' into feature/commit-message-selector 2022-04-07 22:02:11 -03:00
Beatriz Vieira fe9e06c33d
Merge pull request #46 from bvieira/dependabot/go_modules/github.com/urfave/cli/v2-2.4.0
build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0
2022-04-07 22:01:37 -03:00
Beatriz Vieira 12b50fda22
Merge branch 'master' into dependabot/go_modules/github.com/urfave/cli/v2-2.4.0 2022-04-07 22:00:17 -03:00
Beatriz Vieira cfdb6d9143
Merge branch 'master' into feature/commit-message-selector 2022-04-07 21:53:53 -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
Beatriz Vieira 02f86cb604
Merge pull request #47 from bvieira/docs-add-badge
Readme: add download badges
2022-04-05 22:20:59 -03:00
Beatriz Vieira 7106d50eb3 chore: update go version on github actions 2022-04-05 22:18:45 -03:00
Beatriz Vieira 247ff8b100 docs: add link to download badges 2022-04-05 22:03:13 -03:00
Beatriz Vieira 3935fb7941 docs: add download badge 2022-04-05 22:00:20 -03: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 dc37dbf520 chore: add new config options to default config
issue: #45
2022-03-31 16:41:43 +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 44895fa4a2 chore: update README with new option
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
dependabot[bot] 1dbcc05996
build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 04:21:24 +00:00
Beatriz Vieira cf43b2af4e
Merge pull request #43 from bvieira/#40
Feature: support templates for release-notes and changelog
2022-03-01 00:29:50 -03:00
Beatriz Vieira 893f893d6c test: add unit test for template functions
issue: #40
2022-03-01 00:03:15 -03:00
Beatriz Vieira 91aaf84108 docs: minor fixes on readme
issue: #40
2022-02-28 23:53:56 -03:00
Beatriz Vieira 2df7762e8f docs: minor fixes on readme
issue: #40
2022-02-28 23:52:46 -03:00
Beatriz Vieira 2c741062f7 docs: add template and release-notes sections to readme
issue: #40
2022-02-28 23:43:39 -03:00