Use this skill when creating a git commit.
Use this skill when creating a git commit.
Update release_notes.json for the new version.
Bump the app version in pubspec.yaml. Accepts optional argument: major, minor (default), or patch. Build number is always set to 1.
Create a GitHub Release from an existing git tag. Uses the latest tag by default, or accepts a tag name as argument.
Create a git tag from the current version in pubspec.yaml. Format: v{MAJOR}.{MINOR}.{PATCH}.