diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8b211..6b00d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.0.8 +- configure shellcheck to run in build + # 0.0.7 - apply shellcheck diff --git a/README.md b/README.md index 90d9d70..1a8f954 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ assert package installed via yum on CentOS or RedHat Source `completion.sh` to get intelligent autocomplete of bolt commands + ## Contributing -shellcheck {lib/*.sh,types/*.sh,bin/bolt} -e 2148,2005,2116 +Bolt builds use [bats](https://github.com/sstephenson/bats) for running tests and +[shellcheck](https://github.com/koalaman/shellcheck) for linting bash. diff --git a/VERSION b/VERSION index 5a5831a..d169b2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7 +0.0.8