summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-15 13:47:33 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-16 06:57:01 +0200
commitd05ed2e47a0b48c08b8bc7611d0d7c96125635a8 (patch)
tree6fd5b4333eaaa91c8ca56e69976ef2347f9582e5 /doc
parent4190036453d0e430d84cd1f6129491a953b7d300 (diff)
downloadastroid-git-d05ed2e47a0b48c08b8bc7611d0d7c96125635a8.tar.gz
Better release.md for major and minor version
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/release.md b/doc/release.md
index 935a6bfe..7354b2e2 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -42,13 +42,15 @@ issue labelled as blocker.
#### Changelog
-- Create a new section, with the name of the release `X.Y.Z+1` or `X.Y+1.0` on the
- master branch.
+If it was a minor release add a `X.Y+1.0` title following the template:
-You need to add the estimated date when it is going to be published. If no date can be
-known at that time, we should use `Undefined`.
+```text
+What's New in astroid x.y.z?
+============================
+Release Date: TBA
+```
#### Whatsnew
-If it's a major release, create a new `What's new in Astroid X.Y+1` document. Take a
+If it was a minor release, create a new `What's new in Astroid X.Y+1` document. Take a
look at the examples from `doc/whatsnew`.