Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the changelog and whatsnew retroactively #4095

Merged

Conversation

Pierre-Sassoulas
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas commented Feb 16, 2021

Description

Remove everything that was in 2.6 changelog when it should be in 2.7 following the decision taken in #3831

This can be checked with

git remote add pyorigin git@github.com:PyCQA/pylint.git
git diff pyorigin/2.6 doc/whatsnew/
git diff pyorigin/2.6 ChangeLog

The idea is that nothing should be added between 2.6 and now in a 2.6 portion everything done between now and 2.6 should be in 2.7.

Type of Changes

Type
🔨 Refactoring
📜 Docs

Remove everything that was in 2.6 changelog when it should be in 2.7
following the decision taken in pylint-dev#3831. This can be checked with
```
git remote add pyorigin git@github.com:PyCQA/pylint.git
git diff pyorigin/2.6 doc/whatsnew/
git diff pyorigin/2.6 ChangeLog
```
The idea is that nothing should be added between 2.6 and now in a 2.6
portion everything done between now and 2.6 should be in 2.7.
@coveralls
Copy link

coveralls commented Feb 16, 2021

Coverage Status

Coverage remained the same at 90.582% when pulling 4f3c427 on Pierre-Sassoulas:fix-the-changelog-for-2.7 into 1093e5d on PyCQA:master.

@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.7.0 milestone Feb 16, 2021
@Pierre-Sassoulas Pierre-Sassoulas merged commit 4faccd0 into pylint-dev:master Feb 16, 2021
@Pierre-Sassoulas Pierre-Sassoulas deleted the fix-the-changelog-for-2.7 branch February 21, 2021 12:28
@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow and removed task labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation 📗 Maintenance Discussion or action around maintaining pylint or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants