Skip to content

Releases: s0ders/go-semver-release

v6.0.0

01 Nov 17:20
v6.0.0
7aef5e0
Compare
Choose a tag to compare

Performances

  • Overall performance improvements

Documentation

  • Added new workflow example for GitLab CI
  • More comprehensive usage documentation
  • Performance benchmark

v5.1.1

14 Oct 20:26
de8670d
Compare
Choose a tag to compare

Features

  • The rules, branches and monorepo configuration option can be passed by flag as JSON strings which means that a configuration is no longer necessary, the configuration can be passed as flags only if you prefer (though a configuration file is still safer to version your configuration)

Performances

  • Overall parser package performances upgrade

v5.0.2

01 Oct 16:15
c170d09
Compare
Choose a tag to compare

Features

  • The release command now supports monorepo (i.e., multiple projects inside a single repository), see the usage documentation for more information

Chores

  • Upgraded Go version to 1.23.1 inside go.mod

v4.0.1

26 Jun 20:52
550bfe9
Compare
Choose a tag to compare

Features

  • The local command is now the release command
  • The release command now supports local and remote mode of executions (local repository or cloned via remote)

Fixes

  • Fixed how the commits are sorted from oldest to most recent before being parsed

v3.0.0

23 Jun 17:00
v3.0.0
ed0cbab
Compare
Choose a tag to compare

Features

  • Configuration can now be stored inside a dedicated file (see ~/.semver.yaml), check usage documentation for more information
  • Multi-branch configuration (e.g., production and pre-release) now supported
  • Build metadata can now be passed to the generated semantic version