Skip to content

Releases: bvieira/sv4git

v2.9.0

23 Jan 00:04
952dcec
Compare
Choose a tag to compare

v2.9.0 (2023-01-23)

Features

  • add os.Getenv as template function (74f2ea5) (#87)
  • support empty overwrite for tag.filter and tag.pattern (6dd48c2) (#84)
  • remove carriage return from commit body (4a15a65) (#85)

Misc

  • update actions to v3 (6d6dd90) (#85)
  • deps: bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.1 (bf6667d)
  • update workflows to use go 1.19 (81c97c2)

v2.8.1

22 Jul 19:33
Compare
Choose a tag to compare

v2.8.1 (2022-07-22)

Misc

  • update go to 1.18 on github workflows (82c9cd8)
  • update go to 1.18 (e3db811)
  • deps: bump github.com/urfave/cli/v2 from 2.4.0 to 2.11.1 (d6eb105)
  • deps: bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (918ba5f)

v2.8.0

08 Apr 01:05
8ecb410
Compare
Choose a tag to compare

v2.8.0 (2022-04-08)

Features

  • possiblity to filter for relevant git tags (b1b4774) (#45)
  • ability to only select a subset of the message (9d69abc) (#45)
  • add an option for message selector (c865ad5) (#45)

Bug Fixes

  • also apply tag filter to last tag fetching (00c843d) (#45)
  • const usage and variable reference (946024c) (#45)

v2.7.0

01 Mar 03:31
cf43b2a
Compare
Choose a tag to compare

v2.7.0 (2022-03-01)

Features

  • add getsection template function (79df6b0) (#40)
  • add HasMultipleTypes to ReleaseNoteCommitsSection (7d8ed49) (#40)
  • migrate 'release-notes.headers' to 'release-notes.sections' (67042ac) (#40)
  • use release-notes.sections to sort sections on template variables (ebb7004) (#40)
  • add sections to release-notes config (headers is deprecated) (e650f64) (#40)
  • print warning logs on stderr (e64d4dd) (#40)
  • add authorName and timestamp to git commit (243d73b) (#40)
  • add support to use templates defined on the repository (.sv4git/templates) (ef2bc86) (#40)

v2.6.0

29 Jan 22:33
6b4948b
Compare
Choose a tag to compare

v2.6.0 (2022-01-29)

Features

  • add semantic-version-only flat to changelog command (6352021)
  • support non version tags on changelog and release notes (ff30229)

v2.5.0

24 Sep 21:50
d53ef65
Compare
Choose a tag to compare

v2.5.0 (2021-09-24)

Features

  • print tag name on git sv tag (84e8c9d)

Bug Fixes

  • print error output at git sv tag (1cb825c)

v2.4.0

01 Aug 00:00
02d5e65
Compare
Choose a tag to compare

v2.4.0 (2021-07-31)

Features

  • add flags to commit command (ff34b48)
  • support more commit-types on release notes in a fixed order (e9f4c14) (#24)
  • change some config arrays to yaml inline arrays for better readability (206f6a9) (#24)

Bug Fixes

  • set go module name to be compatible with v2 (c479f4a)
  • add better logs on fatal errors (721e39f)

v2.3.0

18 Jul 21:17
7de1784
Compare
Choose a tag to compare

v2.3.0 (2021-07-18)

Features

  • add support to append a prefix to issue value on footer metadata (50ba693)

Bug Fixes

  • use use-hash config when enhancing commit message (a8139b4)

v2.2.1

13 Apr 01:57
c4964d7
Compare
Choose a tag to compare

v2.2.1 (2021-04-12)

Bug Fixes

  • config: empty slices must overwrite default config (a58c345) (#20)

v2.2.0

13 Apr 01:52
591e00e
Compare
Choose a tag to compare

v2.2.0 (2021-04-10)

Features

Bug Fixes

  • use full version and not only major, minor and patch at changelog and releasenotes (8ff0147) (#16)