From: Silvio Rhatto Date: Sat, 21 Feb 2026 16:18:46 +0000 (-0300) Subject: Fix: docs: development: ensure to fetch all remotes after making a new release X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=keyringer.git Fix: docs: development: ensure to fetch all remotes after making a new release --- diff --git a/development.md b/development.md index da74b5a..46bc9f1 100644 --- a/development.md +++ b/development.md @@ -45,6 +45,7 @@ If there are repository mirrors, ensure to push changes there as well. Example: git push all git push all --tags + git fetch --all Build the package from the debian Git branch: