Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
v1.0.21
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)
v1.0.16
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
v1.0.15
Changed
- updated references to aegir master to main after the default branch rename
v1.0.14
Changed
- simplified the default
go-version
input calculation in the go-check workflow
Fixed
- the default
go-version
input calculation in the go-release-check workflow
v1.0.13
Changed
- add
docker-registry
input to the js-test-and-maybe-release workflow
Fixed
- handle Go versions from the go.mod file correctly in the go-test and go-check workflows
v1.0.12
Changed
- the release-checker outputs an object instead of an array as intended