Skip to content

Version Release

Yaniv Shaked edited this page Nov 23, 2021 · 1 revision

Purpose

This page lists, in details, the operations required to release a new flutter_wechat_assets_picker plugin version.

Instructions

  1. Commit the version update (pubspec.yaml) and change log (CHANGELOG.md) according to the format. See example.

  2. Goto the releases page.

  3. Click on Draft a new release.

  4. Click Choose a tag, enter the tag name (e.g.: v.6.2.4) and click create a new tag:

  5. Click Auto-generate release notes:

  6. If all major commit are made by PRs, use auto generate and delete contributors adding desc. If not all commits are made by PRs, copy the raw content from the CHANGELOG.md file.

  7. Check the review tab:

  8. From the target menu, select the version commit; Usually it's the latest, but keep this step as usual for safety:

  9. If version is pre-release (x.y.z-dev.a), check this:

  10. Hit Publish release:

Clone this wiki locally