Skip to content

Commit 9b54fc9

Browse files
committed
Move changelog to own file
1 parent b94ca99 commit 9b54fc9

File tree

3 files changed

+33
-30
lines changed

3 files changed

+33
-30
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 1.2.0
4+
5+
- Replace spaces with underscores in news directory.
6+
- Drop support for Python 3.7.
7+
- Remove `blurb split` command.
8+
- Replace `gh-issue-NNNN:` with `gh-NNNN:` in the output.
9+
- Accept GitHub issues numbered only 32426 or above.
10+
- Improve error checking when parsing a Blurb.
11+
- Loosen README check for CPython forks.
12+
- Move code from `python/core-workflow` to own `python/blurb` repo.
13+
- Deploy to PyPI via Trusted Publishers.
14+
15+
## 1.1.0
16+
17+
- Support GitHub Issues in addition to b.p.o (bugs.python.org).
18+
If "gh-issue" is in the metadata, then the filename will contain
19+
"gh-issue-<number>" instead of "bpo-".
20+
21+
## 1.0.7
22+
23+
- When word wrapping, don't break on long words or hyphens.
24+
- Use the `-f` flag when adding **blurb** files to a Git
25+
commit. This forces them to be added, even when the files
26+
might normally be ignored based on a `.gitignore` directive.
27+
- Explicitly support the `-help` command-line option.
28+
- Fix Travis CI integration.

README.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -211,36 +211,11 @@ the right thing. If `NEWS` entries were already written to the
211211
final version directory, you'd have to move those around as
212212
part of the cherry-picking process.
213213

214-
## Changelog
215-
216-
### 1.2.0
217-
218-
- Replace spaces with underscores in news directory.
219-
- Drop support for Python 3.7.
220-
- Remove `blurb split` command.
221-
- Replace `gh-issue-NNNN:` with `gh-NNNN:` in the output.
222-
- Accept GitHub issues numbered only 32426 or above.
223-
- Improve error checking when parsing a Blurb.
224-
- Loosen README check for CPython forks.
225-
- Move code from `python/core-workflow` to own `python/blurb` repo.
226-
- Deploy to PyPI via Trusted Publishers.
227-
228-
### 1.1.0
229-
230-
- Support GitHub Issues in addition to b.p.o (bugs.python.org).
231-
If "gh-issue" is in the metadata, then the filename will contain
232-
"gh-issue-<number>" instead of "bpo-".
233-
234-
### 1.0.7
235-
236-
- When word wrapping, don't break on long words or hyphens.
237-
- Use the `-f` flag when adding **blurb** files to a Git
238-
commit. This forces them to be added, even when the files
239-
might normally be ignored based on a `.gitignore` directive.
240-
- Explicitly support the `-help` command-line option.
241-
- Fix Travis CI integration.
242-
243214
## Copyright
244215

245216
**blurb** is Copyright 2015-2018 by Larry Hastings.
246217
Licensed to the PSF under a contributor agreement.
218+
219+
## Changelog
220+
221+
See [CHANGELOG.md](CHANGELOG.md).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ optional-dependencies.tests = [
3535
"pytest",
3636
"pytest-cov",
3737
]
38-
urls.Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
38+
urls.Changelog = "https://github.com/python/blurb/blob/main/CHANGELOG.md"
3939
urls.Homepage = "https://github.com/python/blurb"
4040
urls.Source = "https://github.com/python/blurb"
4141
scripts.blurb = "blurb.blurb:main"

0 commit comments

Comments
 (0)