Release Workflow
- •ASK the user for the target version number - do not assume
- •Update version in: build.gradle.kts, plugin.xml, gradle.properties, and any other version files
- •Skip local config files (e.g., local.properties)
- •Update CHANGELOG.md with recent PRs/commits since last release
- •Update plugin history if applicable
- •Run
./gradlew buildto verify - •Commit with message: "chore: bump version to vX.Y.Z"
- •Push to current branch