-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Configure when release notes are fetched, defaulting to latest/laziest #20476
Labels
breaking
Breaking change, requires major version bump
core:changelogs
Related to changelogs/release notes fetching
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:in-progress
Someone is working on implementation
type:feature
Feature (new functionality)
v36
Comments
HonkingGoose
added
type:feature
Feature (new functionality)
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:ready
core:changelogs
Related to changelogs/release notes fetching
labels
Feb 17, 2023
Should this change go in a new |
6 tasks
To summarize: The new config option will look like this: {
name: 'fetchReleaseNotes',
description: 'Controls if and during which stage release notes are fetched.',
type: 'string',
allowedValues: ['off', 'branch', 'pr'],
default: 'pr',
cli: false,
env: false,
}, And, after the new change we fetch release notes like this:
|
6 tasks
rarkins
pushed a commit
that referenced
this issue
Jun 18, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
added
status:in-progress
Someone is working on implementation
v36
and removed
status:ready
labels
Jun 18, 2023
rarkins
pushed a commit
that referenced
this issue
Jun 18, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jun 18, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jun 27, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jun 27, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jul 1, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jul 4, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jul 4, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jul 4, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
rarkins
pushed a commit
that referenced
this issue
Jul 4, 2023
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr. Closes #20476 BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
🎉 This issue has been resolved in version 36.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
breaking
Breaking change, requires major version bump
core:changelogs
Related to changelogs/release notes fetching
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:in-progress
Someone is working on implementation
type:feature
Feature (new functionality)
v36
What would you like Renovate to be able to do?
If you have any ideas on how this should be implemented, please tell us here.
renovate/lib/workers/repository/changelog/index.ts
Lines 25 to 37 in 0e47a10
Called from here:
renovate/lib/workers/repository/updates/branchify.ts
Lines 75 to 89 in 0e47a10
Is this a feature you are interested in implementing yourself?
No
Footnotes
https://github.com/renovatebot/renovate/discussions/20451#discussioncomment-4998357 ↩
https://github.com/renovatebot/renovate/discussions/20451#discussioncomment-4998368 ↩
The text was updated successfully, but these errors were encountered: