Skip to content

Commit

Permalink
remove reference to cliquet_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed May 16, 2016
1 parent c971a47 commit 58c66e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ Step 1

- Merge remaining pull requests
- Update ``CHANGELOG.rst``
- Update version in ``cliquet_docs/conf.py``
- Update version in ``docs/conf.py``
- Known good versions of dependencies in ``requirements.txt``
- Update ``CONTRIBUTORS.rst`` using: ``git shortlog -sne | awk '{$1=""; sub(" ", ""); print}' | awk -F'<' '!x[$1]++' | awk -F'<' '!x[$2]++' | sort``

.. code-block:: bash
$ git checkout -b prepare-X.Y.Z
$ prerelease
$ vim cliquet_docs/conf.py
$ vim docs/conf.py
$ make build-requirements
$ git commit -a --amend
$ git push origin prepare-X.Y.Z
Expand Down

0 comments on commit 58c66e5

Please sign in to comment.