Skip to content

Releases: ipdxco/unified-github-workflows

v1.0.3

21 Jun 12:58
Compare
Choose a tag to compare

Added

  • names to the steps in the Go test and check workflows

v1.0.2

21 May 08:28
Compare
Choose a tag to compare

Changed

  • allow using custom GitHub token in the releaser workflow

v1.0.1

21 Mar 15:33
3a1a787
Compare
Choose a tag to compare

Changed

  • rename pl-strflt/* to ipdxco/*

v1.0.0

21 Mar 14:08
8059e15
Compare
Choose a tag to compare

Changed

  • updated codecov-action
  • passed CODECOV_TOKEN secret to codecov-action explicitly (requires secrets to be set in the repository or organization settings)
  • made template workflows inherit secrets from parent workflows

v0.0.17

13 Mar 13:57
a9e8126
Compare
Choose a tag to compare

Changed

  • updated GitHub Actions actions

v0.0.16

29 Feb 09:04
04823b8
Compare
Choose a tag to compare

Fixed

  • install playwright dependencies before using it

v0.0.15

30 Nov 16:07
Compare
Choose a tag to compare

Fixed

  • revert adding permissions in JS release job (we cannot do that in a reusable workflow)

v0.0.14

30 Nov 12:09
Compare
Choose a tag to compare

Changed

  • permissions in JS release job

v0.0.13

14 Nov 14:41
6b7f6c6
Compare
Choose a tag to compare

Added

  • ability to ignore protoc version comments in go generate check

v0.0.12

23 Aug 09:07
Compare
Choose a tag to compare

Changed

  • fallback to go get in Go check workflow