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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Update the version using the script (`devtools/set_version.sh`).
2. Update the changelog using the script (`devtools/update_changelog.sh`).
- the script generates and appends new logs to `CHANGELOG.md` using [git-chglog](https://github.com/git-chglog/git-chglog).
- if the tags to be released contain additional option (such as -dynamiclink), please modify the `tag_filter_pattern` in [config.yml](../.chglog/config.yml) to match.
3. Review the changelogs generated by scripts.
4. Make a release PR with a proper target branch.
- The PR comment becomes the body of the release note.