Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
v1.0.26
v1.0.25
Fixed
- fixed the usage of GitHub env variables in the
tagpush
workflow
v1.0.24
Added
- support for
golangci-lint
in thego-check
workflow
Thego-check
workflow will now executegolangci-lint
if.golangci.[yml|toml|json|yaml]
is found in the repository. Thegolangci-lint
will check the diff in the pull request context and the entire codebase otherwise. Thegolangci-lint
will skipstaticcheck
andgovet
checks 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.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 whenweb3-bot
is 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
draft
input to thereleaser
workflow
v1.0.19
Added
- an optional
spell-check
step to thejs-test-and-release
workflow
Changed
- made
build
the job the other jobs depend on in thejs-test-and-release
workflow to improve caching
v1.0.18
Changed
- update
gorelease
andstaticcheck
ahead 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)