Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle 5.7 Package.resolved format #9

Closed
finestructure opened this issue Oct 10, 2022 · 2 comments · Fixed by #10
Closed

Handle 5.7 Package.resolved format #9

finestructure opened this issue Oct 10, 2022 · 2 comments · Fixed by #10

Comments

@finestructure
Copy link
Member

finestructure commented Oct 10, 2022

Swift 5.7 comes with a new Package.resolved format that we're not handling yet:

{
  ...
  "version" : 2
}

This leads to a blank PR using @MarcoEidinger 's swift-package-dependencies-check workflow.

CleanShot 2022-10-10 at 09 31 51@2x

(Side note: it's probably better in this case for the action not to fail entirely but perhaps it could inject an explanation into the PR text in case swift-release-notes fails.)

@finestructure
Copy link
Member Author

Released as 0.0.7

cc @MarcoEidinger

@MarcoEidinger
Copy link
Contributor

Used in swift-package-dependencies-check workflow with latest 2.3.3 version (to which v2 points to)

cc @finestructure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants