Skip to content

Releases: ipdxco/unified-github-workflows

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

v1.0.7

25 Jul 09:09
ab18a68
Compare
Choose a tag to compare

Added

  • aggregation of release.json artifacts as workflow outputs

v1.0.6

24 Jul 19:44
b0642bd
Compare
Choose a tag to compare

Added

  • publishing release.json from the release check workflow

v1.0.5

23 Jul 12:57
ac71fcc
Compare
Choose a tag to compare

Added

  • support for rust to release workflows

Changed

  • disable cache in setup-go action by default