Skip to content

Commit 7ff4bcb

Browse files
authored
Merge pull request #27 from hugovk/radarhere-changes
Update/remove references to CHANGES.rst
2 parents 02250e8 + c36a5b6 commit 7ff4bcb

5 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Please send a pull request to the `main` branch. Please include [documentation](
1919
- Follow PEP 8.
2020
- When committing only documentation changes please include `[ci skip]` in the commit message to avoid running tests on AppVeyor.
2121
- Include [release notes](https://github.com/python-pillow/Pillow/tree/main/docs/releasenotes) as needed or appropriate with your bug fixes, feature additions and tests.
22-
- Do not add to the [changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) for proposed changes, as that is updated after changes are merged.
2322

2423
## Reporting Issues
2524

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The core image library is designed for fast access to data stored in a few basic
107107
- [Issues](https://github.com/python-pillow/Pillow/issues)
108108
- [Pull requests](https://github.com/python-pillow/Pillow/pulls)
109109
- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
110-
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
110+
- [Changelog](https://github.com/python-pillow/Pillow/releases)
111111
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)
112112

113113
## Report a Vulnerability

RELEASING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
1212
* [ ] Check [GitHub Actions](https://github.com/python-pillow/Pillow/actions) and [AppVeyor](https://ci.appveyor.com/project/python-pillow/Pillow) to confirm passing tests in `main` branch.
1313
* [ ] Check that all the wheel builds pass the tests in the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml) jobs by manually triggering them.
1414
* [ ] In compliance with [PEP 440](https://peps.python.org/pep-0440/), update version identifier in `src/PIL/_version.py`
15-
* [ ] Update `CHANGES.rst`.
1615
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
1716
* [ ] Create branch and tag for release e.g.:
1817
```bash
@@ -34,7 +33,6 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
3433
Released as needed for security, installation or critical bug fixes.
3534

3635
* [ ] Make necessary changes in `main` branch.
37-
* [ ] Update `CHANGES.rst`.
3836
* [ ] Check out release branch e.g.:
3937
```bash
4038
git checkout -t remotes/origin/5.2.x

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation: https://docs.codecov.com/docs/codecov-yaml
22

33
codecov:
4-
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
4+
# Avoid "Missing base report" due to committing with "[CI skip]"
55
# https://github.com/codecov/support/issues/363
66
# https://docs.codecov.com/docs/comparing-commits
77
allow_coverage_offsets: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ optional-dependencies.typing = [
7373
optional-dependencies.xmp = [
7474
"defusedxml",
7575
]
76-
urls.Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst"
76+
urls.Changelog = "https://github.com/python-pillow/Pillow/releases"
7777
urls.Documentation = "https://pillow.readthedocs.io"
7878
urls.Funding = "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi"
7979
urls.Homepage = "https://python-pillow.org"

0 commit comments

Comments
 (0)