This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Remove automated branch generation for changelogs #529
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.
The last version introduce a feature where changelog used to generate the changelog branch by observing the branch which the artifact is developed from.
This resulted in a bug, which prevents scenario where a single artifact repository is being used along with a scaled trunk model where the packages are
not recreated, resulting in incorrect changelog
To fix these scenarios, we are bringing back the branch flag back and let the users push the changelog to any preferred branch, however one that track
the trunk
The change implies there needs to be a changelog that tracks a branch where the package is originated
Examples:
main --> "changelog-main" (during normal development)
release/1.0 -> "changelog-release_1.0" (when cut a release branch)