-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make
run bundle
use proper YAML library to split documents (#6829
) * fix: make `run bundle` use proper YAML library to split documents Signed-off-by: Joe Lanford <[email protected]> * fixing linting issue in fbc registry file Signed-off-by: Adam D. Cornett <[email protected]> * updating unit test Signed-off-by: Adam D. Cornett <[email protected]> --------- Signed-off-by: Joe Lanford <[email protected]> Signed-off-by: Adam D. Cornett <[email protected]> Co-authored-by: Adam D. Cornett <[email protected]>
- Loading branch information
1 parent
68022e3
commit 6beabcd
Showing
3 changed files
with
26 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
entries: | ||
- description: > | ||
Fix naive YAML split in `run bundle` command. | ||
kind: "bugfix" | ||
breaking: false |
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