Skip to content

Commit 68f8f9a

Browse files
Peter Mounceca-johnson
authored andcommitted
Remove checkout, same reason as command (#9)
1 parent 67af975 commit 68f8f9a

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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.
@@ -14,7 +20,7 @@
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

hooks/checkout

Lines changed: 0 additions & 3 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Buildkite plugin that allows running additional commands as buildkite hooks on
77
```yaml
88
common: &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

0 commit comments

Comments
 (0)