-
-
Notifications
You must be signed in to change notification settings - Fork 457
Version Release
This page lists, in details, the operations required to release a new flutter_wechat_assets_picker
plugin version.
-
Commit the version update (
pubspec.yaml
) and change log (CHANGELOG.md
) according to the format. See example. -
Goto the releases page.
-
Click on
Draft a new release
. -
Click
Choose a tag
, enter the tag name (e.g.: v.6.2.4) and click create a new tag:
-
Click
Auto-generate release notes
:
-
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. -
Check the review tab:
-
From the target menu, select the version commit; Usually it's the latest, but keep this step as usual for safety:
-
If version is pre-release (x.y.z-dev.a), check this:
-
Hit
Publish release
: