Skip to content

Releases: ipdxco/unified-github-workflows

v1.0.17

20 Dec 10:00
Compare
Choose a tag to compare

Fixed

  • the releaser workflow was not setting the suffix correctly (this fixes the issue of the releases not being marked as latest correctly)

v1.0.16

05 Dec 08:53
74dc9cb
Compare
Choose a tag to compare

Added

  • a cgo job specific configuration variable which disables cgo in the go-test workflow

Changed

  • do not install the same version of Go twice in the go-test and go-check workflows
  • mark the Go update commits as breaking changes in the style of conventional commits
  • removed usage of search API from the releaser workflow

Fixed

  • do not mark prereleases or versions with build strings as latest in the releaser workflow

v1.0.15

28 Nov 10:42
Compare
Choose a tag to compare

Changed

  • updated references to aegir master to main after the default branch rename

v1.0.14

23 Oct 19:14
Compare
Choose a tag to compare

Changed

  • simplified the default go-version input calculation in the go-check workflow

Fixed

  • the default go-version input calculation in the go-release-check workflow

v1.0.13

22 Oct 09:36
Compare
Choose a tag to compare

Changed

  • add docker-registry input to the js-test-and-maybe-release workflow

Fixed

  • handle Go versions from the go.mod file correctly in the go-test and go-check workflows

v1.0.12

17 Sep 07:58
61bc2a9
Compare
Choose a tag to compare

Changed

  • the release-checker outputs an object instead of an array as intended

v1.0.11

23 Aug 09:48
4a16610
Compare
Choose a tag to compare

Changed

  • updated dependencies in prep for Go 1.23 support

v1.0.10

05 Aug 18:16
019c227
Compare
Choose a tag to compare

Changed

  • show git diff on go generation check failure

v1.0.9

28 Jul 08:45
2c74c84
Compare
Choose a tag to compare

Added

  • preserve source information in release.json artifacts

Changed

  • try finding version in parent sources
  • retrieve subpackage name from .package.name or .name field of the source

v1.0.8

25 Jul 19:04
Compare
Choose a tag to compare

Added

  • separator input to releaser and releaser-check workflows