Releases: LizardByte/actions
Releases · LizardByte/actions
v2025.1227.191137
What's Changed
- fix(release_homebrew): ignore indented version lines in formula blocks during version extraction by @ReenigneArcher in #98
- feat(release_homebrew): edit existing PRs by @ReenigneArcher in #99
Full Changelog: v2025.1224.155016...v2025.1227.191137
Contributors
v2025.1224.155016
What's Changed
- fix(release_homebrew): fix empty outputs when validate is false by @ReenigneArcher in #97
- chore(deps-dev): bump eslint-plugin-jest from 29.5.0 to 29.9.0 in the dev-dependencies group by @dependabot[bot] in #96
Full Changelog: v2025.1221.31807...v2025.1224.155016
Contributors
v2025.1221.31807
What's Changed
- fix(release_homebrew): force build from source by @ReenigneArcher in #93
- feat(actions): add setup cuda action by @ReenigneArcher in #94
Full Changelog: v2025.1220.21713...v2025.1221.31807
Contributors
v2025.1220.21713
What's Changed
- chore(deps-dev): bump pytest from 8.4.2 to 9.0.0 in the pytest-dependencies group by @dependabot[bot] in #75
- chore(deps): bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #77
- chore(deps-dev): bump pytest from 9.0.0 to 9.0.1 in the pytest-dependencies group by @dependabot[bot] in #76
- test: Refactor mockRejectedValue to use Error objects by @ReenigneArcher in #78
- chore(deps-dev): bump pytest from 9.0.1 to 9.0.2 in the pytest-dependencies group by @dependabot[bot] in #79
- ci: remove macos-13 by @ReenigneArcher in #81
- chore: update global workflows by @LizardByte-bot in #82
- chore(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #83
- chore(deps): bump ncipollo/release-action from 1.16.0 to 1.20.0 in /actions/release_create by @dependabot[bot] in #84
- chore(deps-dev): bump the dev-dependencies group with 4 updates by @dependabot[bot] in #85
- chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #86
- chore(deps): bump jenseng/dynamic-uses from 1.0.2 to 1.1.0 by @dependabot[bot] in #87
- chore(deps): bump jenseng/dynamic-uses from 1.1.0 to 1.1.1 by @dependabot[bot] in #88
- chore(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #89
- feat(release_homebrew): bring tests to parity with official homebrew workflows by @ReenigneArcher in #80
- ci: migrate to codecov-action for test results by @ReenigneArcher in #91
- chore: update global workflows by @LizardByte-bot in #92
Full Changelog: v2025.1028.23217...v2025.1220.21713
Contributors
v2025.1028.23217
What's Changed
- fix(release_create): respect keepPreReleaseCount by @ReenigneArcher in #70
- chore(deps): bump python-dotenv from 1.1.1 to 1.2.1 by @dependabot[bot] in #72
- feat(setup_python): Add support for multiple versions and version file input by @ReenigneArcher in #71
- fix(setup_python): Improve pip bootstrapping logic by @ReenigneArcher in #73
- feat(setup_python): Add update-environment input by @ReenigneArcher in #74
Full Changelog: v2025.1020.14905...v2025.1028.23217
Contributors
v2025.1020.14905
What's Changed
- chore(deps): bump actions/setup-node from 5 to 6 in the github-actions group by @dependabot[bot] in #42
- chore(deps): Update VirusTotal action and badge to use sha256 by @ReenigneArcher in #43
- docs(audit_repos): Fix formatting of notes in README.md by @ReenigneArcher in #44
- docs: Revise and standardize action documentation and metadata by @ReenigneArcher in #45
- chore: alphabetize inputs in action.yml files by @ReenigneArcher in #46
- refactor: release_changelog and release_create actions to use modular scripts by @ReenigneArcher in #47
- fix(release_changelog): footer order of urls by @ReenigneArcher in #48
- ci: refactor CI matrix naming by @ReenigneArcher in #49
- fix(release_changelog): Skip changelog update if content is unchanged by @ReenigneArcher in #50
- docs: Update references to release_create in READMEs by @ReenigneArcher in #51
- build(deps): Update github-script action to v8 by @ReenigneArcher in #52
- fix(release_setup): Change error to warning for squash and merge checks by @ReenigneArcher in #53
- style: Add explicit return 0 to all functions in shell scripts by @ReenigneArcher in #54
- fix: Redirect error messages to stderr in scripts by @ReenigneArcher in #55
- style: Assign positional parameters to local variables in cleanup.sh by @ReenigneArcher in #56
- refactor(more_space): OS detection to use boolean flags by @ReenigneArcher in #57
- style: Use double bracket test for WITH_PARAMS in post-ci scripts by @ReenigneArcher in #58
- style: use literal {} for dictionary creation by @ReenigneArcher in #59
- test(release_homebrew): Replace Exception with RuntimeError in test fixtures by @ReenigneArcher in #60
- style: fix miscellaneous sonar warnings by @ReenigneArcher in #61
- refactor(release_setup): release body processing for clarity by @ReenigneArcher in #62
- ci: harden variable substitution by @ReenigneArcher in #64
- ci: pin third-party actions to SHA hash by @ReenigneArcher in #65
- fix(more_space): include directory names in output by @ReenigneArcher in #66
- fix(more_space): Windows path handling in cleanup script by @ReenigneArcher in #67
- docs(readme): update badges and workflow patterns by @ReenigneArcher in #68
Full Changelog: v2025.1011.184228...v2025.1020.14905
Contributors
v2025.1011.184228
What's Changed
- feat(release_create): allow draft releases by @ReenigneArcher in #39
- fix(release_create): Exclude current tag from draft release deletion by @ReenigneArcher in #41
- feat: add audit_repos action by @ReenigneArcher in #40
- feat(release_create): Format VirusTotal results as asset table in release body by @ReenigneArcher in #38
Full Changelog: v2025.929.125237...v2025.1011.184228
Contributors
v2025.929.125237
What's Changed
- fix(release_create): heredoc syntax in action.yml for body file by @ReenigneArcher in #37
Full Changelog: v2025.927.193939...v2025.929.125237
Contributors
v2025.927.193939
What's Changed
- feat: add monitor_space action by @ReenigneArcher in #34
- feat(more_space): add option to stop after specified amount freed by @ReenigneArcher in #35
- chore: update global workflows by @LizardByte-bot in #33
- fix(security): harden action inputs by @ReenigneArcher in #36
Full Changelog: v2025.917.25039...v2025.927.193939
Contributors
v2025.917.25039
What's Changed
- fix(release_setup)!: use github sha for PRs by @ReenigneArcher in #32
Full Changelog: v2025.914.154454...v2025.917.25039