Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
v1.0.29
Changed
- skip 32-bit tests in the
go-testworkflow by default (they can still be enabled by settingskip32bittofalsein thego-test-config.json)
v1.0.28
Added
- new
spellcheckworkflow template that usescspellto check spelling
v1.0.27
Fixed
- fixed the latest version check in the
releaserworkflow
v1.0.26
Changed
- updated the body of the issues created by the
tagpushworkflow
v1.0.25
Fixed
- fixed the usage of GitHub env variables in the
tagpushworkflow
v1.0.24
Added
- support for
golangci-lintin thego-checkworkflow
Thego-checkworkflow will now executegolangci-lintif.golangci.[yml|toml|json|yaml]is found in the repository. Thegolangci-lintwill check the diff in the pull request context and the entire codebase otherwise. Thegolangci-lintwill skipstaticcheckandgovetchecks because the workflow executes them separately.
v1.0.23
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
Added
.github/uci.ymltemplate.github/workflows/generated-pr.ymltemplate.github/workflows/stale.ymltemplate.github/workflows/semantic-pull-request.ymltemplate- caching of repository info to reduce the number of GitHub API calls made by the
processworkflow - copying of
.github/uci.ymltemplate to the repository whenweb3-botis added as a collaborator (for orgs/repositories not managed by DX)
v1.0.21
Fixed
- allow overwriting release.json artifacts
v1.0.20
Added
- an optional
draftinput to thereleaserworkflow