summaryrefslogtreecommitdiff
path: root/doc/release.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release.md')
-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`.