Skip to content

Commit

Permalink
Merge pull request #21 from KnpLabs/doc/v0.2.0
Browse files Browse the repository at this point in the history
[RFR] Doc/v0.2.0
  • Loading branch information
nm2107 authored May 14, 2020
2 parents b25453c + b16d01a commit c7852de
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 17 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssc"
version = "0.1.0"
version = "0.2.0"
description = "A CLI tool to skip a CI build that is not concerned by the latest changes."
homepage = "https://github.com/KnpLabs/should-skip-ci"
repository = "git@github.com:KnpLabs/should-skip-ci.git"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ $ sudo curl -sSL -o /usr/local/bin/ssc https://github.com/KnpLabs/should-skip-ci
$ sudo chmod +x /usr/local/bin/ssc
```

See the latest version in the [releases panel](https://github.com/KnpLabs/should-skip-ci/releases).

### Usage

```
Expand All @@ -71,6 +73,7 @@ USAGE:
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v,-vv Increases verbosity (-v for info, -vv for debug).
OPTIONS:
--base-branch <base-branch> The branch to use as a base to know from where the commit range starts (i.e. to
Expand Down
2 changes: 1 addition & 1 deletion ci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ci"
version = "0.1.0"
version = "0.2.0"
authors = ["KNP Labs"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.1.0"
version = "0.2.0"
authors = ["KNP Labs"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion git/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git"
version = "0.1.0"
version = "0.2.0"
authors = ["KNP Labs"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logger"
version = "0.1.0"
version = "0.2.0"
authors = ["KNP Labs"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "utils"
version = "0.1.0"
version = "0.2.0"
authors = ["KNP Labs"]
edition = "2018"

0 comments on commit c7852de

Please sign in to comment.