Skip to content

Releases: ipdxco/unified-github-workflows

v1.0.35

22 Nov 21:02

Choose a tag to compare

Added

  • env input support to go-test and go-check workflows
  • CHECKOUT_TOKEN, CHECKOUT_APP_ID and CHECKOUT_PRIVATE_KEY secrets support to go-test and go-check workflows
  • custom runner configuration to most workflows
  • os-versions input support to go-test workflow

Changed

  • disabled codecov when token is not available

v1.0.34

16 Sep 17:08

Choose a tag to compare

Fixed

  • fixed outputs population in the release-checker workflow

v1.0.33

04 Sep 16:20
a30495c

Choose a tag to compare

Fixed

  • fixed outputs population in the releaser workflow

v1.0.32

21 Aug 08:41

Choose a tag to compare

Changed

  • do not recurse submodules when fetching the base SHA in the go-check workflow

v1.0.31

20 Aug 15:26

Choose a tag to compare

Added

  • support for Go 1.25 in the go-check workflow

v1.0.30

14 Aug 12:54
6489d03

Choose a tag to compare

Added

  • release output to the js-test-and-release workflow which is true if the workflow was triggered by a release branch

v1.0.29

04 Aug 09:52
a1d4eee

Choose a tag to compare

Changed

  • skip 32-bit tests in the go-test workflow by default (they can still be enabled by setting skip32bit to false in the go-test-config.json)

v1.0.28

16 Jul 11:17
fd7890b

Choose a tag to compare

Added

  • new spellcheck workflow template that uses cspell to check spelling

v1.0.27

28 Jun 14:58

Choose a tag to compare

Fixed

  • fixed the latest version check in the releaser workflow

v1.0.26

15 Jun 16:49

Choose a tag to compare

Changed

  • updated the body of the issues created by the tagpush workflow