You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduced a new GitHub Actions workflow (release.yml) to streamline the release process.
- Allows manual triggering with a required releaseVersion input.
- Steps include:
- Checking out the repository with full history.
- Creating a new annotated Git tag for the release.
- Pushing the tag to the remote repository.
- Generating a new GitHub release with the provided version, auto-generated release notes, and marking it as the latest.
This enhancement ensures a consistent and automated approach for version tagging and release management.
0 commit comments