File: ignore-null-merges-56b7a8ed9b20859e.yaml

package info (click to toggle)
python-reno 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (18 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
features:
  - |
    By default, reno now ignores "null" merge commits that bring in
    tags from other threads. The new configuration option
    ``ignore_null_merges`` controls this behavior. Setting the flag to
    False restores the previous behavior in which the null-merge
    commits were traversed like any other merge commit.
upgrade:
  - |
    The new configuration option ``ignore_null_merges`` causes the
    scanner to ignore merge commits with no changes when one of the
    parents being merged in has a release tag on it.
fixes:
  - |
    This release fixes a problem with the scanner that may have caused
    it to stop scanning a branch prematurely when the tag from another
    branch had been merged into the history.