dev_release_minor_version.md 4.0 KB


name: "Dev: Release a minor version" about: ONLY USED BY MAINTAINERS. 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:

  • Publish GitHub security advisories for security patches included in the release.
  • 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.
  • Send out release announcement emails via Mailchimp.
  • Publish a new release article on OSChina.
  • Close the minor milestone.
  • Bump the hard-coded version to the new develop version, e.g. 0.12.0+dev -> 0.13.0+dev.
  • Run task legacy to identify deprecated code that is aimed to be removed in current develop version.