Commit 03969c2
authored
docs: tell how to push one tag; that rc start with n=0 (#3222)
If your local repo tags don't match the remote, then `git push --tags`
will push _all_
tags. This confuses the release workflow and it doesn't trigger
properly. It can also
push junk tags and trigger an accidental release (hence how a 0.1
release showed up
months ago; I accidentally pushed a junk tag).
Along the way, mention that N=0 to start with for RCs1 parent 1bf67e0 commit 03969c2
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments