Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Unreleased

* Update the bundler discovery section to let the `sed` command work with modern macs (issue #1371)
* Add config for `post` scripts on both deploy and rollback sections to run `on_error`
* Updated the code to allow for post scripts to run on command errors
* Added extra env config (FAILED/FAILURE_MESSAGE) for use in pre-/post-scripts
* Updated README to include `dependencies.bundler.frozen`
* Updated README to include sections on post scripts with on_error flag
* Refactored README to use mostly pure markdown instead of HTML

# 0.42.0

* Allow explicit configuration of rollback variables (#1432)
Expand Down
Loading