File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ deploy:
52
52
key : $BINTRAY_API_KEY
53
53
dry-run : false
54
54
on : develop
55
+
56
+ notifications :
57
+ slack : $SLACK_API_TOKEN
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ Provides an easy way of invoking utPLSQL from command-line. Main features:
9
9
* Maps project and test files to database objects for reporting purposes. (Comming Soon)
10
10
11
11
## Downloading
12
- You can download development versions on [ Bintray] ( https://bintray.com/viniciusam/utPLSQL-cli/utPLSQL-cli-develop#files ) .
12
+
13
+ Published releases are available for download on the [ utPLSQL-cli GitHub Releases Page.] ( https://github.com/utPLSQL/utPLSQL-cli/releases )
14
+
15
+ You can also download all development versions from [ Bintray] ( https://bintray.com/viniciusam/utPLSQL-cli/utPLSQL-cli-develop#files ) .
13
16
14
17
15
18
## Requirements
You can’t perform that action at this time.
0 commit comments