Skip to content

Releases: ipdxco/unified-github-workflows

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

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