Skip to content

Commit de834c9

Browse files
committed
Add information on how to publish new plugin release
1 parent f66d1a4 commit de834c9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

how-to-release.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Release should be done manually & carefully.
2+
3+
Be sure to check that plugin works before releasing!
4+
5+
Commands:
6+
7+
1) Push new release tag to github
8+
./gradlew release
9+
10+
2) Checkout new release tag locally
11+
git checkout <new-release-tag>
12+
13+
3) Clean everything
14+
./gradlew clean
15+
16+
4) Publish plugin to Jetbrains Plugin Registry
17+
./gradlew publishPlugin

0 commit comments

Comments
 (0)