]> arthur.ath.cx Git - ansible-collection-boilerplate.git/commitdiff
how-to-release.md: Fix "git push" command main
authorAlexander Barton <alex@barton.de>
Wed, 29 May 2024 20:54:17 +0000 (22:54 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 29 May 2024 20:54:17 +0000 (22:54 +0200)
docs/how-to-release.md

index 8250a8535550146f33408d7c417b35ffdee5b288..a8504821babac9ebb64342087c18d56305fad2fa 100644 (file)
@@ -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: