Skip to content

Releases: ipdxco/unified-github-workflows

v1.0.25

15 Jun 16:40

Choose a tag to compare

Fixed

  • fixed the usage of GitHub env variables in the tagpush workflow

v1.0.24

12 Jun 11:50

Choose a tag to compare

Added

  • support for golangci-lint in the go-check workflow
    The go-check workflow will now execute golangci-lint if .golangci.[yml|toml|json|yaml] is found in the repository. The golangci-lint will check the diff in the pull request context and the entire codebase otherwise. The golangci-lint will skip staticcheck and govet checks because the workflow executes them separately.

v1.0.23

10 Jun 20:24
97e3662

Choose a tag to compare

Fixed

  • added a repository checkout to fix the gh cli usage in the tagpush workflow
  • disabled the safe directory locking in the go-test workflow on Windows runners
  • fixed how the env vars are passed to the codecov uploader

v1.0.22

24 Mar 09:37
9696f71

Choose a tag to compare

Added

  • .github/uci.yml template
  • .github/workflows/generated-pr.yml template
  • .github/workflows/stale.yml template
  • .github/workflows/semantic-pull-request.yml template
  • caching of repository info to reduce the number of GitHub API calls made by the process workflow
  • copying of .github/uci.yml template to the repository when web3-bot is added as a collaborator (for orgs/repositories not managed by DX)

v1.0.21

18 Mar 13:49

Choose a tag to compare

Fixed

  • allow overwriting release.json artifacts

v1.0.20

15 Mar 10:33

Choose a tag to compare

Added

  • an optional draft input to the releaser workflow

v1.0.19

24 Feb 10:40
4c26897

Choose a tag to compare

Added

  • an optional spell-check step to the js-test-and-release workflow

Changed

  • made build the job the other jobs depend on in the js-test-and-release workflow to improve caching

v1.0.18

16 Feb 11:27

Choose a tag to compare

Changed

  • update gorelease and staticcheck ahead of the Go 1.24 rollout

v1.0.17

20 Dec 10:00

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

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