dprint / dprint-intellij

A dprint plugin for Intellij.
https://plugins.jetbrains.com/plugin/18192-dprint
MIT License
12 stars 2 forks source link

Add release instructions #15

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

Note to myself. I forget each time how to do the release.

It seems that publishing a github release causes it to happen, but then it creates a new draft and the original release is missing the created zip file.

See: https://github.com/dprint/dprint-intellij/releases/tag/v0.1.2 Vs: https://github.com/dprint/dprint-intellij/releases/tag/v0.1.1

dsherret commented 2 years ago

Ok the steps are:

  1. Update CHANGELOG.md.
  2. Bump version gradle.properties
  3. Merge to main. After it finishes running a draft release will be created.
  4. Publish it.