Skip to content

Commit

Permalink
add note about dch and dev-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier committed Jun 4, 2020
1 parent 27a6784 commit fc29522
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/development/release_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ Now you're ready to bump the SecureDrop version on your new branch. There are a
files that'll need to be updated in order to set up the upgrade test for the next release. We do
this by running the version-updater script and specifying the new version number, which will be the
next minor version with ``~rc1`` appended. For example, if the release is 1.3.0, then you'll run:
``./update_version.sh 1.4.0~rc1``. Accept all the default changes from the script. You'll only need
to add your commit message. Once you're done, make a PR to merge these changes into ``develop``.
``securedrop/bin/dev-shell ../update_version.sh 1.4.0~rc1`` (``dev-shell`` is a script that starts
a container so that we can ensure ``dch`` is installed). Accept all the default changes from the
``update_version.sh`` script. You'll only need to add your commit message. Once you're done, sign
your commit and make a PR to merge these changes into ``develop``.

The only thing left to do is to monitor the `FPF support portal <https://support.freedom.press>`_
and the `SecureDrop community support forum <https://forum.securedrop.org/c/support>`_ for any new
Expand Down

0 comments on commit fc29522

Please sign in to comment.