diff --git a/docs/workstation_release_management.rst b/docs/workstation_release_management.rst index 467e8831..62ae10f5 100644 --- a/docs/workstation_release_management.rst +++ b/docs/workstation_release_management.rst @@ -88,7 +88,7 @@ Step 5: Build and deploy the packages to ``apt-qa`` make build-debs 3. Save and publish :doc:`build metadata `. -4. Add your packages to a new branch called ``release`` in https://github.com/freedomofpress/securedrop-apt-prod. +4. Add your packages to a new branch called ``release`` in https://github.com/freedomofpress/securedrop-apt-prod. For Packages with compiled code, also include the ``-dbgsym`` package. 5. Update the apt repo distribution files by running ``./tools/publish`` and push those changes to the ``release`` branch as well. 6. :ref:`Regenerate and sign the apt release file` or ask another maintainer to do this. The packages will now be installable from https://apt-qa.freedom.press. 7. Open a PR to merge the ``release`` branch into ``main``.