-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix create-release.hs script (#1355)
This PR fixes the `./scripts/release/create-release.hs` script to: - traverse packages in prescribed order - do not include zeros in version patterns for dependencies When cutting the previous release (#1354), I've noticed that the scripts does not update the dependencies in the `.cabal` files. This was due to traversing the packages in a wrong order because of storing them in `Data.Map` and also because of a quirk in the version patterns. I've verified that the updated scripts has the expected behaviour on on the repo state pre #1354. I do not think it's worth it to add tests for the script. Hopefully, I have only fixed bugs and not introduced new ones!
- Loading branch information
Showing
1 changed file
with
19 additions
and
13 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