summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-07 10:12:56 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-07 10:12:56 -0400
commitbb9b31e265381fe2cb92a661ad7450acc16a218d (patch)
tree13ea654e5fe24c414f30f495500cb35be05490db /docs
parenta49029db1360203ba1e9f6d97b38adf069d7e9a6 (diff)
Revert "new proposal: formal release notes"
This reverts commit 4dca50fafab302622eb5c98e0f26a6b34abe8ca6. Conflicts: docs/development.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst17
1 files changed, 4 insertions, 13 deletions
diff --git a/docs/development.rst b/docs/development.rst
index fc9b8b2fa..568f8a9d1 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -113,27 +113,18 @@ Checklist:
cd docs ; make html
- update website with the html (XXX: how?)
-- write a release notes announcement, with:
-
- 1. a single summary paragraph, outlining major changes, security
- issues, or deprecation warnings, and generally the severity of
- the release, with a pointer to ``CHANGES.rst``
- 2. instructions for installing and upgrading borg (pointers to the
- regular install docs, except for new installation/upgrade methods)
- 3. known issues (to be updated as we go along)
-
-- create a release on PyPi with the above release notes::
+- create a release on PyPi::
python setup.py register sdist upload --identity="Thomas Waldmann" --sign
-- announce the release notes on:
+- close release milestone on Github
+- announce on::
- `mailing list <mailto:borgbackup@librelist.org>`_
- Twitter (your personnal account, if you have one)
- `IRC channel <irc://irc.freenode.net/borgbackup>`_ (change ``/topic``
-- create standalone binaries (see below)
-- upload standalone binaries to the Github release, integrate release notes
+- create standalone binaries (see below) and upload them to the Github release
Creating standalone binaries