Replies: 1 comment
-
The more metadata the better, I suppose. It's certainly not a mandatory manifest field. If the release notes are really long however, it may make sense to only include the ReleaseNotesUrl. Bottom line, it's up to you really. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just added a new manifest version 3.0.1 for Pinta.Pinta. The old version 3.0.0 was created by someone else and was not updated promptly.
The old manifest contains the
ReleaseNote
field which spans 107 lines.When I created a newer version I let WinGetCreate do the work. It just included a
ReleaseNoteUrl
field withoutReleaseNote
.As a result, the new manifest is shorter without an inline release note, but it is inconsistent with how the old manifest was written.
Should I add the new release note back to the new manifest (24 lines)?
Beta Was this translation helpful? Give feedback.
All reactions