Skip to content

Commit

Permalink
Remove checkout, same reason as command (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mounce authored Jul 7, 2020
1 parent a36904e commit a13baec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 9 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 0.4.0
## v0.4.1

### Fixed
### v0.4.1 Removed

- Removed `checkout`, same reason as `command`.

## v0.4.0

### v0.4.0 Fixed

- Allow multiple steps to use metahooks for the same hook but with different content.
- Inject `bash` shebang and Bash Strict Mode (`set -euo pipefail`) so that if metahooks fail with errors the job halts rather than continuing.
Expand All @@ -14,7 +20,7 @@

You can override those choices by setting different values (e.g. `set +o nounset`) within your metahook.

### Removed
### v0.4.0 Removed

- **Breaking change** Removed support for `command` metahook.

Expand Down
3 changes: 0 additions & 3 deletions hooks/checkout

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Buildkite plugin that allows running additional commands as buildkite hooks on
```yaml
common: &common
plugins:
- improbable-eng/metahook:
- improbable-eng/metahook#v0.4.1:
post-checkout: scripts/setup.sh
pre-exit: |
scripts/cleanup.sh
Expand Down

0 comments on commit a13baec

Please sign in to comment.