Skip to content
Snippets Groups Projects

Issue #4 - Pick bug number from the commit title, not the body

Merged Issue #4 - Pick bug number from the commit title, not the body
1 unresolved thread
Merged joubu requested to merge joubu/release-tools:issue_4 into master
1 unresolved thread

If the body of a commit message has a line starting with 'bug #####', then the bug number will be picked as a new bug part of the release. We should only pick the bug number from the commit title. Note that we may need to refine it for the "revert" case

Test plan: Do not apply this patch Regenerate the release notes commit the release notes Apply this patch Regenerate the release notes git diff in the release notes will show you a big list of bug that are not part of this release.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
228 233 #warn "Badly formed sign off line on bug $bug: $SO\n";
229 234 }
230 235 }
236 $commit_title = 0;
  • Martin Renvoize approved this merge request

    approved this merge request

  • Martin Renvoize mentioned in commit 73dfab12

    mentioned in commit 73dfab12

  • Please register or sign in to reply
    Loading