gogs/.github/ISSUE_TEMPLATE/dev_release_minor_version.md
2023-02-25 20:28:30 +08:00

4.0 KiB

name, about, title, labels
name about title labels
Dev: Release a minor version ONLY USED BY MAINTAINERS. Release [VERSION] 📸 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.