-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09657f7
commit 5ec1bd7
Showing
1 changed file
with
8 additions
and
0 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,8 @@ | ||
--- | ||
version: '0.12.6' | ||
--- | ||
|
||
- Changes standard ordering of collection search params to ['itemId', 'collectionType', 'collectionId'], which is more | ||
natural to think about and better matches the order in which the params would be needed. | ||
- Adds changelog publisher to require a changelog entry for publishing. | ||
- Orchid now exits with a failure status code when the `deploy` task deployment fails for any reason. |