Skip to content

Commit 56565fe

Browse files
committed
More on releasing guide. [ci skip]
1 parent c034783 commit 56565fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Here's a breif check list for releasing a new version:
4343
You can bump the version by changing ``__version__`` in sass.py file.
4444
Note that it might be already bumped by other maintainers,
4545
so check what's the latest release version from PyPI_.
46+
- The changelog has to be complete, and frozen.
47+
"To be released" sentence has to be replaced by the actual release date.
4648
- If the code freeze for the release is done (including version bump),
4749
tag the commit using ``git tag`` command. The tag name has to simply be
4850
the version name e.g. ``1.2.3``. Of course, the tag also has to be pushed

0 commit comments

Comments
 (0)