File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0 .4.0
3+ ## v0 .4.1
44
5- ### Fixed
5+ ### v0.4.1 Removed
6+
7+ - Removed ` checkout ` , same reason as ` command ` .
8+
9+ ## v0.4.0
10+
11+ ### v0.4.0 Fixed
612
713- Allow multiple steps to use metahooks for the same hook but with different content.
814- Inject ` bash ` shebang and Bash Strict Mode (` set -euo pipefail ` ) so that if metahooks fail with errors the job halts rather than continuing.
1420
1521 You can override those choices by setting different values (e.g. ` set +o nounset ` ) within your metahook.
1622
17- ### Removed
23+ ### v0.4.0 Removed
1824
1925- ** Breaking change** Removed support for ` command ` metahook.
2026
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A Buildkite plugin that allows running additional commands as buildkite hooks on
77``` yaml
88common : &common
99 plugins :
10- - improbable-eng/metahook :
10+ - improbable-eng/metahook#v0.4.1 :
1111 post-checkout : scripts/setup.sh
1212 pre-exit : |
1313 scripts/cleanup.sh
You can’t perform that action at this time.
0 commit comments