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
* fix: Update changelog for old v2.6.1 release
Changed the unreleased comparison link to reference v2.6.1 and added a link for the v2.6.1 release in the changelog.
* Update milestone determination logic in release workflow
Removes the '.0' suffix check from the milestone job condition and dynamically calculates the previous major.minor version for milestone queries. This improves flexibility and correctness in milestone handling during releases.
* Add version branch creation to release workflow
The release workflow now conditionally creates and checks out the version branch if it does not exist, ensuring releases are made from the correct branch. Also, remote-release.yml is now ignored in .gitignore.
0 commit comments