We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c034783 commit 56565feCopy full SHA for 56565fe
CONTRIBUTING.rst
@@ -43,6 +43,8 @@ Here's a breif check list for releasing a new version:
43
You can bump the version by changing ``__version__`` in sass.py file.
44
Note that it might be already bumped by other maintainers,
45
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.
48
- If the code freeze for the release is done (including version bump),
49
tag the commit using ``git tag`` command. The tag name has to simply be
50
the version name e.g. ``1.2.3``. Of course, the tag also has to be pushed
0 commit comments