Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e97cf5b

Browse files
authored
doc: Add note to changelog to use PR numbers (#4801)
1 parent fdc606e commit e97cf5b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
<!-- PR authors:
6+
Please include the PR number in the changelog entry, not the issue number -->
7+
58
### Highlights
69

710
<!-- Include any especially major or disruptive changes here -->

scripts/release.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env python3
22

3-
from __future__ import annotations
4-
53
"""
64
Tool to help automate changes needed in commits during and after releases
75
"""
86

7+
from __future__ import annotations
8+
99
import argparse
1010
import logging
1111
import re
@@ -18,6 +18,9 @@
1818
NEW_VERSION_CHANGELOG_TEMPLATE = """\
1919
## Unreleased
2020
21+
<!-- PR authors:
22+
Please include the PR number in the changelog entry, not the issue number -->
23+
2124
### Highlights
2225
2326
<!-- Include any especially major or disruptive changes here -->

0 commit comments

Comments
 (0)