This file is mostly just a reminder to myself of the steps I need to take when releasing an update for the plugin.
If you are not me, you do NOT follow these instructions.
- Ensure on dev branch
- Final bug and polish checking
- Change version in build.gradle.kts
- Commit with
[nolist]then the version name. e.g.[nolist] 2.8.0(don't push yet) - Create tag with the version name on the commit just committed
- Push
- Merge into master