Skip to content

Commit 8fd6a0b

Browse files
committed
chore: add release script
1 parent c0077f5 commit 8fd6a0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This simplifies the release process of this project.
2+
# This basically just calls the "allPublish" task but disables parallel executions, because it may cause some strange errors.
3+
4+
./gradlew allPublish --no-parallel

0 commit comments

Comments
 (0)