freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.74k stars 172 forks source link

Dangerzone.rocks link for Debian/Ubuntu takes me to a branch with 0.7.1 versions #1003

Closed almet closed 1 day ago

almet commented 3 days ago

Discussed in https://github.com/freedomofpress/dangerzone/discussions/1002

Originally posted by **DeltaEpsilon19498** November 15, 2024 if I go to dangerzone.rocks and click on the button for debian/ubuntu instructions, I get https://github.com/freedomofpress/dangerzone/blob/v0.8.0/INSTALL.md#ubuntu-debian . If I click on "see instructions for mac" or "see instructions for windows," I get https://github.com/freedomofpress/dangerzone/blob/v0.8.0/README.md#macos and https://github.com/freedomofpress/dangerzone/blob/v0.8.0/README.md#windows respectively. Despite the url link name. these links point to the 0.7.1 versions. They do not point to the README in the main branch, which has the 0.8.0 version.

This issue happens because we're tagging the release before actually updating the documentation links, and as such the solution should probably have a part where we change the way we release (e.g. update the links before we issue the tag).