-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ability to define RLS from which to detect changes #119
Comments
I am questioning this logic. Why would one include things, that were part of the previous release notes? Rationale? |
Unless a general, probably optional, logic, that if a higher order version changes, all the changes since the lower one are included 🤔 |
I think the key here is that the user may select another starting point. In case of 0.7.0 release, a lot of issues/PR were filtered out as they were merged prior to the creation datetime of 0.6.2 while not being actually included in 0.6.2 at all. In this particular case, should this feature exist, the user may select 0.6.1 as the starting point to generate RNs from. (so Manual intervention is needed to tidy up, weed out things that do not fit, but it is much easier to remove extra generated content than to fill in missing items. |
- Implemented new inpout to define from tag. - Newly user is able to control start point for Release Notes generation.
) * #119 - Add ability to define RLS from which to detect changes - Implemented new inpout to define from tag. - Newly user is able to control start point for Release Notes generation.
* #119 - Add ability to define RLS from which to detect changes - Implemented new inpout to define from tag. - Newly user is able to control start point for Release Notes generation.
Background
The current version looks to the latest release Tag as a starting point for filtering Issues and commits.
Feature
Example
The text was updated successfully, but these errors were encountered: