-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(figaro_yml-losing-stage-local): Update configs helper to retain o…
…ther stages locally - Update configs helper to return the rest of `application.yml` as the third element. - Implement changes to ensure that the other stages are kept locally. - Bump Capistrano::Ops version to 1.0.4 to mark the introduction of the above enhancements. This set of changes aims to maintain the integrity of other stages in the local `application.yml` configuration. This commit message was written by VSCode Copilot.
- Loading branch information
1 parent
7f8b38d
commit 9de08ce
Showing
4 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Capistrano | ||
module Ops | ||
VERSION = '1.0.3' | ||
VERSION = '1.0.4' | ||
end | ||
end |