forked from digital-asset/daml
-
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.
release: Sort artifacts.yaml. (digital-asset#4502)
I verified that there are no semantic changes, only cosmetic ones, by running the following before and after, and checking the diff. ``` < release/artifacts.yaml ruby -rjson -ryaml -e 'puts JSON::generate YAML::load $stdin' | jq '. | sort_by(.target)' > ~/Desktop/artifacts.{old,new}.json ``` CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information
1 parent
71ddad3
commit 2c4807f
Showing
1 changed file
with
96 additions
and
95 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