Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc606e commit e97cf5bCopy full SHA for e97cf5b
2 files changed
CHANGES.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+<!-- PR authors:
6
+ Please include the PR number in the changelog entry, not the issue number -->
7
+
8
### Highlights
9
10
<!-- Include any especially major or disruptive changes here -->
scripts/release.py
@@ -1,11 +1,11 @@
1
#!/usr/bin/env python3
-from __future__ import annotations
-
"""
Tool to help automate changes needed in commits during and after releases
+from __future__ import annotations
import argparse
import logging
11
import re
@@ -18,6 +18,9 @@
18
NEW_VERSION_CHANGELOG_TEMPLATE = """\
19
20
21
22
23
24
25
26
0 commit comments