-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat(ci): add GitHub actions for auto-generated release notes #10574
Draft
gordsport
wants to merge
13
commits into
develop
Choose a base branch
from
auto-generated-releae-notes
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This adds support for making the auto-generated release notes as automated as possible.
should move to config folder later
gordsport
changed the title
feat: add github actions for auto-gen release notes
feat(actions): add GitHub actions for auto-generated release notes
Feb 6, 2024
gordsport
changed the title
feat(actions): add GitHub actions for auto-generated release notes
feat(ci): add GitHub actions for auto-generated release notes
Feb 6, 2024
gordsport
changed the title
feat(ci): add GitHub actions for auto-generated release notes
add GitHub actions for auto-generated release notes
Feb 6, 2024
gordsport
changed the title
add GitHub actions for auto-generated release notes
feat(ci): add GitHub actions for auto-generated release notes
Feb 6, 2024
gordsport
changed the title
feat(ci): add GitHub actions for auto-generated release notes
add GitHub actions for auto-generated release notes
Feb 6, 2024
gordsport
changed the title
add GitHub actions for auto-generated release notes
feat(ci): add GitHub actions for auto-generated release notes
Feb 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support for making the auto-generated release notes as automated as possible.
When issues are planned in they will be labeled with labels related to the release notes as noted in
.github/release.yml
. When a PR is linked and merged the action will copy these labels onto the PR.When PRs are opened the title will be checked with
.github/workflows/lint-pr.yml
to make sure we have decent and consistent titles.ALL PR title should follow also conventional commits with an optional scope.
Use one of the following pre-fixes in the PR title along with a good concise description of the change:
the scope i.e.
feat(parser)
is optionalWhen creating a release the "Auto generate release notes" button can be used and will give an output similar to this one (albeit this one has been done semi-manually).
People committing MUST make sure that security, deprecations, and breaking changes labels are on the PRs as they should be doing today.
If a PR is going to be merged and is REALLY not required to be in the changelog the
ignore-for-release-notes
label can be used to exclude it. Currently renovate/dependabot PRs are also excluded