Skip to content

Commit 93e4352

Browse files
committed
Added release script to the repository
1 parent c651680 commit 93e4352

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ out/
1919
node_modules/
2020
package-lock.json
2121
.eclipse/
22-
bin/
22+
bin/
23+
.envrc

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GITHUB_TOKEN=$GITHUB_TOKEN ./gradlew release publishDocs -PbintrayUsername=$BINTRAY_USER_NAME -PbintrayPassword=$BINTRAY_PASSWORD -i -x check

0 commit comments

Comments
 (0)