We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code to show release notes has been disabled by default. This means that the action is hidden and release notes are not shown after an update.
It's possible to retrieve the release notes from the GitHub release description and parse it for the release notes section. The GitHub API does not require an access token for retrieving the release by tag name. https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-a-release-by-tag-name
update.ts
releaseNotesEditor.ts#loadReleaseNotes
The text was updated successfully, but these errors were encountered:
Related to #5722 where we outline some of our aspirations around release notes.
Note that we do not intend to have the GitHub release description be where we have human readable, nice release notes.
Sorry, something went wrong.
timtmok
No branches or pull requests
The code to show release notes has been disabled by default. This means that the action is hidden and release notes are not shown after an update.
It's possible to retrieve the release notes from the GitHub release description and parse it for the release notes section. The GitHub API does not require an access token for retrieving the release by tag name. https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-a-release-by-tag-name
update.ts
) to use Positron versions when deciding whether to show release notesreleaseNotesEditor.ts#loadReleaseNotes
to retrieve release description for version and parse it for release notesThe text was updated successfully, but these errors were encountered: