From a49e926b1c56ec85135af9803c585fc9e47d4a38 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 29 May 2024 22:54:17 +0200 Subject: [PATCH] how-to-release.md: Fix "git push" command --- docs/how-to-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-release.md b/docs/how-to-release.md index 8250a85..a850482 100644 --- a/docs/how-to-release.md +++ b/docs/how-to-release.md @@ -44,7 +44,7 @@ 5. Push the commit and tag out: ```sh - git push --tags + git push --all ``` 6. Publish the new release on the Ansible Galaxy repository: -- 2.39.2