Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
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
v1.0.19
Added
- an optional
spell-checkstep to thejs-test-and-releaseworkflow
Changed
- made
buildthe job the other jobs depend on in thejs-test-and-releaseworkflow to improve caching
v1.0.18
Changed
- update
goreleaseandstaticcheckahead of the Go 1.24 rollout
v1.0.17
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
Added
- a
cgojob 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