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
Ignore Issue title if a given Issue has Release Notes in it. I find this to potentially improve the readability of our Releases - let's keep the information brief but detailed enough and tidy.
Or even better, make it configurable.
Example
Imagine that you have tickets 111 and 112, as detailed below.
Ticket 111 (author A1 worked on it)
Title: Implement Algorithm BFS for problem X
Release Notes
BFS implemented for problem X
Optimized the backend part Y by Z amount of % on average
Of course nest would be a possibillity to set it via a pattern with placeholders.
× placeholder for issue number
placeholder for issue title
× placeholder for PR number
× placeholder for contributors
× placehokder for release note comment one line
× placeholder fir the whole release note comment
× placeholder for date of item closing
× maybe an escape character for placeholders
× everything else are literals
Of course nest would be a possibillity to set it via a pattern with placeholders. × placeholder for issue number
placeholder for issue title
× placeholder for PR number
× placeholder for contributors
× placehokder for release note comment one line
× placeholder fir the whole release note comment
× placeholder for date of item closing
× maybe an escape character for placeholders
× everything else are literals
Do you mean some configurable GH Action input to manage 1st line in example below?
Background
Ignore Issue title if a given Issue has Release Notes in it. I find this to potentially improve the readability of our Releases - let's keep the information brief but detailed enough and tidy.
Or even better, make it configurable.
Example
Imagine that you have tickets 111 and 112, as detailed below.
Ticket 111 (author A1 worked on it)
Title: Implement Algorithm BFS for problem X
Release Notes
Ticket 112 (author A2 worked on it)
Title: Enhancing Monitoring of the service Q
(and this ticket would have no release notes)
Final Release Draft would look like this:
...
New Features 🎉
#110 - Introduce GH actions for version tag check and release notes presence #111 by @ A1
#57 - Configurable regex-based Release note detection in the PR body #112 Enhancing Monitoring of the service Q by @ A2
...
The text was updated successfully, but these errors were encountered: