-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleaning up changelog and release (#24)
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Release Process | ||
|
||
## Bump version number | ||
|
||
- Update the `version` number in `build.gradle.kts` | ||
- Update the `pluginVersion` number in `gradle.properties` | ||
|
||
## Update the CHANGELOG | ||
|
||
You will need to; | ||
- update the [CHANGELOG.md](../CHANGELOG.md) | ||
- update the "change-notes" section of the [plugin.xml](../src/main/resources/META-INF/plugin.xml) | ||
- This will appear in the "What's new?" section of the plugin page | ||
|
||
## When ready, push a new tag | ||
|
||
`git tag -a -s v[0-9]+.[0-9]+.[0-9]+` |