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
Previously we were able to construct release notes by hovering over the commit hashes but GitHub has removed showing previews of the PRs linked to the commits.
The commit history on the PR branch can no longer be used to crate release notes easily
Feature requests: what underlying problem are you trying to solve with this feature?
prer should automate or make it easy to view all the commit messages that resulted in the manifest changes. E.g. automate the release notes.
Have you found anything relevant by searching the web?
@apesternikov List of prs seems the cleanest? I think either will work for our use cases. As long as it gets close to human parsable release notes via commit messages we will be happy
fasterci (fasterci) free tier has a support for automatic updating rules_gitops PRs description for github. proper support in prer should include support for github/enterprise, gitlab and bitbucket.
Description of the problem / feature request:
Previously we were able to construct release notes by hovering over the commit hashes but GitHub has removed showing previews of the PRs linked to the commits.
The commit history on the PR branch can no longer be used to crate release notes easily
Feature requests: what underlying problem are you trying to solve with this feature?
prer should automate or make it easy to view all the commit messages that resulted in the manifest changes. E.g. automate the release notes.
Have you found anything relevant by searching the web?
Automating release notes via commit messages: https://www.conventionalcommits.org/en/v1.0.0/
The text was updated successfully, but these errors were encountered: