Releases: filecoin-project/unified-github-workflows
Releases · filecoin-project/unified-github-workflows
v1.0.33
v1.0.32
Changed
- do not recurse submodules when fetching the base SHA 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.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.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