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
feat: Implement automated release process with GitHub Actions
- Remove old publish script and replace it with a new structured approach using init.ps1, publish.ps1, and cleanup.ps1.
- Add GitHub Actions workflow for automated releases triggered by pull request events.
- Introduce new parameters for managing versioning and release types, including support for prereleases and cleanup of old prereleases.
- Enhance logging and error handling throughout the scripts for better traceability.
0 commit comments