Skip to content

Swiss AI Hub v0.310.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:04

Added

  • Introduced Manual Release Workflow: A new GitHub Actions workflow (release-manual.yml) has been added to
    provide maintainers with enhanced control and flexibility over the release process. This workflow allows for the
    manual creation of releases with a specified vMAJOR.MINOR.PATCH version tag from any arbitrary branch, which is
    particularly useful for hotfixes or special-purpose releases. It fully automates critical steps such as changelog
    generation, version bumping, and dispatching all downstream build, release, and publishing workflows (e.g., Docker
    images, npm, PyPI), while ensuring release safety by preventing tag overwrites and keeping the source branch pristine.