Skip to content

Commit 8ef12fe

Browse files
chore: Create docs for releases (#147)
1 parent 0acd564 commit 8ef12fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MAINTENANCE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Release
2+
3+
1. Ensure that the UNRELEASED section of the [CHANGELOG.md](./CHANGELOG.md) is up to date with all relevant changes.
4+
See https://github.com/JetBrains/gradle-changelog-plugin for the changelog format.
5+
2. Update the `pluginVersion` within [gradle.properties](./gradle.properties).
6+
3. Every build creates a draft release that can be found
7+
here https://github.com/oxc-project/oxc-intellij-plugin/releases. These are all release candidates.
8+
4. When ready to release, go to the current draft release and publish it. This will
9+
run [release.yml](./.github/workflows/release.yml) which will automatically create a PR to move the changes from the
10+
UNRELEASED section of the changelog to the appropriate version.

0 commit comments

Comments
 (0)