Swiss AI Hub v0.310.1
Pre-release
Pre-release
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 specifiedvMAJOR.MINOR.PATCHversion 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.