Skip to content

Commit

Permalink
Update RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Oct 17, 2017
1 parent 9a07a56 commit 41a3830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Considering the main project repository is setup as "upstream" remote for git...
.. code-block:: shell-session
  git pull upstream `git rev-parse --abbrev-ref HEAD`
pip install -U pip wheel twine git-semver
pip install -U pip wheel twine git-semver medikit
2. Update version.txt with the new version number

Expand All @@ -19,11 +19,11 @@ Considering the main project repository is setup as "upstream" remote for git...
  echo "__version__ = '"`git semver --next-patch`"'" > $VERSION_FILE
git add $VERSION_FILE
And maybe update the frozen dependencies and makefile content (edgy-project managed projects only)
And maybe update the frozen dependencies and makefile content (medikit managed projects only)

.. code-block:: shell-session
rm requirements*; edgy-project update
rm requirements*; medikit update
Generate a changelog...

Expand Down

0 comments on commit 41a3830

Please sign in to comment.