Skip to content

Commit

Permalink
Preparing release (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwatson528 authored Mar 6, 2022
1 parent 082aa8a commit 3c7a2ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ This project can be built locally and manually installed in IntelliJ. To do this

## Release Process

To release a new version of the plugin:
To release a new version of the plugin (where `x.y.z` corresponds to the version in `gradle.properties::pluginVersion`):

1. Create a `release/x.y.z` branch (where the version corresponds to the version in `gradle.properties::version`,
2. Update the `changeNotes` in `build.gradle`,
1. Create a `release/x.y.z` branch,
2. Update `changeNotes` in `gradle.properties`,
3. Merge the branch into `master`,
4. Create and push a tag (where `x.y.z` is the current project version):
4. Create and push a tag:
```
git tag -a vx.y.z -m "Create release tag vx.y.z"
git push origin --tags
Expand Down

0 comments on commit 3c7a2ff

Please sign in to comment.