1
0

dev_release_minor_version.md 3.3 KB


name: "Dev: Release a minor version" about: ONLY USED BY MAINTAINERS. assignees: "unknwon" title: "Release [VERSION]"

labels: 📸 release

_This is generated from the minor release template._

Before release

On the main branch:

During release

On the release branch:

After release

On the main branch:

  • Update the repository mirror on Gitee.
  • Create a new release announcement in Discussions.
  • Send a tweet on the official Twitter account for the minor release.
  • Close the milestone for the minor release.
  • Bump the hard-coded version to the new develop version, e.g. 0.14.0+dev -> 0.15.0+dev.
  • Run task legacy to identify deprecated code that is aimed to be removed in current develop version.
  • After 14 days, publish GitHub security advisories for security patches included in the release.