Skip to content

Commit

Permalink
nixos manual: releases workflow improvements
Browse files Browse the repository at this point in the history
- `git push --tags` is too dangerous (pushes all your tags)
  • Loading branch information
vcunat committed Sep 2, 2018
1 parent 1ee3ad6 commit 5f942e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/doc/manual/development/releases.xml
Expand Up @@ -45,7 +45,7 @@
<listitem>
<para>
<literal>git tag -a -s -m &quot;Release 17.09-beta&quot; 17.09-beta
&amp;&amp; git push --tags</literal>
&amp;&amp; git push origin 17.09-beta</literal>
</para>
</listitem>
<listitem>
Expand Down

0 comments on commit 5f942e2

Please sign in to comment.