Skip to content

Commit

Permalink
news.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Apr 10, 2017
1 parent c474209 commit 0c2b171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/core/development/policy/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ How to do a release candidate
8. Bump copyright dates in ``LICENSE``, ``twisted/copyright.py``, and ``README.rst`` if required
9. Push the changes up to GitHub.
10. Run ``python setup.py sdist --formats=bztar -d /tmp/twisted-release`` to build the tarballs.
11. Copy ``NEWS`` to ``/tmp/twisted-release/`` as ``NEWS.txt`` for people to view without having to download the tarballs.
(e.g. ``cp NEWS /tmp/twisted-release/NEWS.txt``)
11. Copy ``NEWS.rst`` to ``/tmp/twisted-release/`` for people to view without having to download the tarballs.
(e.g. ``cp NEWS.rst /tmp/twisted-release/NEWS.rst``)
12. Upload the tarballs to ``twistedmatrix.com/Releases/rc/$RELEASE`` (see #4353)

- You can use ``rsync --rsh=ssh --partial --progress -av /tmp/twisted-release/ t-web@dornkirk.twistedmatrix.com:/srv/t-web/data/releases/rc/<RELEASE>/`` to do this.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.towncrier]
package = "twisted"
package_dir = "src"
filename = "NEWS"
filename = "NEWS.rst"

[[tool.towncrier.section]]
path = ""
Expand Down

0 comments on commit 0c2b171

Please sign in to comment.