You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Package collection should have information about how a version was created. This includes the creator and timestamp.
- "Who created the package version?": added in this PR
- "When was the version created?": this is version's `createdAt`, which already exists.
rdar://106674475
Modifications:
Extract `author` from GitHub API's release data and make it available through package collection's `Package` model.
0 commit comments