Skip to content

Commit

Permalink
Omit web3.js examples when incrementing Cargo.toml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Aug 5, 2020
1 parent bbb8754 commit df820dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/increment-cargo-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readCargoVariable() {
}

# shellcheck disable=2207
Cargo_tomls=($(find . -name Cargo.toml))
Cargo_tomls=($(find . -name Cargo.toml -not -path './web3.js/examples/*'))
# shellcheck disable=2207
markdownFiles=($(find . -name "*.md"))

Expand Down

0 comments on commit df820dd

Please sign in to comment.