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
Part of dbt-labs/dbt-core#6332 - Removed PR from all changelog kinds except Dependencies and Security since those are bot generated by dependabot and snyk. Also adds support for multiple issues in a single changelog so features can have a single changelog with multiple issues.
Update .changie.yaml to only use issue for all kinds (except Dependency & Security - use PRs only there). Also add support for multiple issues within a single changelog.
Update change body in bot-changelog.yml to no longer include placeholder issue number. Also update kind in this file to be Dependencies instead of [Dependency] to match changie.yaml - this was an existing bug
Existing changelog yaml files do not need to be modified to remove the extra fields. They will be ignored on generation. However the kind in the Dependency changelogs (if any exxist) do need to updated to have be kind: "Dependency"
Part of dbt-labs/dbt-core#6332 - Removed PR from all changelog kinds except Dependencies and Security since those are bot generated by dependabot and snyk. Also adds support for multiple issues in a single changelog so features can have a single changelog with multiple issues.
.changie.yaml
to only use issue for all kinds (except Dependency & Security - use PRs only there). Also add support for multiple issues within a single changelog.bot-changelog.yml
to no longer include placeholder issue number. Also updatekind
in this file to beDependencies
instead of [Dependency
] to matchchangie.yaml
- this was an existing bugkind
in theDependency
changelogs (if any exxist) do need to updated to have bekind: "Dependency"
Related dbt-core PR: dbt-labs/dbt-core#6374
These changes should be the same as the
dbt-core
PR with the exception of theDocs
kinds as this repo does not have that kind.The text was updated successfully, but these errors were encountered: