summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-29 22:37:32 +0200
committerGitHub <noreply@github.com>2021-03-29 22:37:32 +0200
commit245feaba1ac5d57504a06b25c53aa80800ea643e (patch)
tree48074bd326249546353ec4f864a764c9452c1309 /doc
parent13dae7c5c6d16281f1415c88f845548d6cd9c823 (diff)
downloadpylint-git-245feaba1ac5d57504a06b25c53aa80800ea643e.tar.gz
Upgrade project for 2.7.4, and 2.8.0 (#4262)
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release.md b/doc/release.md
index 1cbc22ee5..7df135c87 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -30,6 +30,9 @@ git --aliases=.copyrite_aliases . --jobs=8
for example). Travis should deal with the release process once the tag is pushed
with `git push origin --tags`
+4. Go to github, click on "Releases" then on the ``pylint-X.Y.Z`` tag, choose edit tag,
+ and copy past the changelog in the description.
+
## Manual Release
Following the previous steps, for a manual release run the following commands: