Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
v1.0.34
v1.0.33
Fixed
- fixed outputs population in the
releaser
workflow
v1.0.32
Changed
- do not recurse submodules when fetching the base SHA in the
go-check
workflow
v1.0.31
Added
- support for Go 1.25 in the
go-check
workflow
v1.0.30
Added
release
output to thejs-test-and-release
workflow which istrue
if the workflow was triggered by a release branch
v1.0.29
Changed
- skip 32-bit tests in the
go-test
workflow by default (they can still be enabled by settingskip32bit
tofalse
in thego-test-config.json
)
v1.0.28
Added
- new
spellcheck
workflow template that usescspell
to check spelling
v1.0.27
Fixed
- fixed the latest version check in the
releaser
workflow
v1.0.26
Changed
- updated the body of the issues created by the
tagpush
workflow
v1.0.25
Fixed
- fixed the usage of GitHub env variables in the
tagpush
workflow