Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Dec 10, 2020
1 parent 705c1cd commit 104f44c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Snowplow CLA bot

[![License][license-image]][license]
[![Build Status](https://travis-ci.org/snowplow-incubator/cla-bot.svg?branch=master)](https://travis-ci.org/snowplow-incubator/cla-bot)
![Build](https://github.com/snowplow-incubator/cla-bot/workflows/Build/badge.svg)
[![Version](https://img.shields.io/bintray/v/snowplow/snowplow-generic/cla-bot)][bintray]

Snowplow CLA bot is a web server which handles GitHub webhook events to check whether
PR authors have signed the CLA. It uses Google Sheets as a data source.
Expand Down Expand Up @@ -74,7 +75,7 @@ Or run the jar directly:
```bash
sbt assembly
java -Dconfig.file=application.conf \
-jar target/scala-2.12/cla-bot-0.1.0.jar
-jar target/scala-2.12/cla-bot-0.2.0.jar
```

### How the bot algorithm works
Expand Down Expand Up @@ -108,8 +109,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
[license-image]: https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
[license]: http://www.apache.org/licenses/LICENSE-2.0

[bintray]: https://bintray.com/snowplow/snowplow-generic/cla-bot

[webhooks]: https://developer.github.com/webhooks/
[log4j]: https://docs.oracle.com/cd/E29578_01/webhelp/cas_webcrawler/src/cwcg_config_log4j_file.html
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val baseSettings = Seq(
},
organization := "com.snowplowanalytics",
scalaVersion := "2.12.8",
version := "0.1.0",
version := "0.2.0",
name := "cla-bot",
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html"))
)
Expand Down

0 comments on commit 104f44c

Please sign in to comment.