diff --git a/CHANGELOG.md b/CHANGELOG.md index 4582dd6..91881aa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ -## Changelog (Current version: 0.0.1) +## Changelog (Current version: 0.0.2) ----------------- +### 0.0.1 (2016 Oct 20) + +* [d12e256] first commit diff --git a/bitrise.yml b/bitrise.yml index b1aa53e..1b188b6 100755 --- a/bitrise.yml +++ b/bitrise.yml @@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/jonoirwinrsa/steps-yarn.git app: envs: - - RELEASE_VERSION: 0.0.1 + - RELEASE_VERSION: 0.0.2 workflows: test: @@ -28,6 +28,17 @@ workflows: export CI=true releaseman create --version "$RELEASE_VERSION" + # ---------------------------------------------------------------- + # --- workflows to Share this step into a Step Library + audit-this-step: + steps: + - script: + inputs: + - content: |- + #!/bin/bash + set -ex + stepman audit --step-yml ./step.yml + # ---------------------------------------------------------------- # --- workflows to Share this step into a Step Library share-this-step: diff --git a/step.yml b/step.yml index 3bb4734..e2c16ed 100755 --- a/step.yml +++ b/step.yml @@ -13,6 +13,7 @@ type_tags: deps: brew: - name: node + - name: yarn inputs: - workdir: $BITRISE_SOURCE_DIR opts: