slawekjaranowski commented on PR #211: URL: https://github.com/apache/maven-gh-actions-shared/pull/211#issuecomment-3536827286
> the fact is that now that I understand how vX branches are used > > I still don't get why there is a "release-drafter" one and how it is used so step by step with example - on Maven project we have created a branch `maven-4.0.x` - there was no previus releases for this branch - release drafter try to generate release notes containing all PR from the beginning of project - to limit it we need set point in time where history for branch was started - so we need an option - it was new one added in - https://github.com/release-drafter/release-drafter/pull/1451 - because release drafter still not accept it - we have a copy with this one fix - used in: https://github.com/apache/maven/blob/maven-4.0.x/.github/workflows/release-drafter.yml#L29 - and reference for branch in: https://github.com/apache/maven-gh-actions-shared/blob/v4/.github/workflows/release-drafter.yml#L88 I hope that will be clear why there is a "release-drafter" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
