Commit 0f29c5d
committed
Make release creation instructions more robust
The change fixes this error:
```
$ git fetch --tags && \
git tag -l | sort -V
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (2/2), done.
remote: Total 4 (delta 2), reused 2 (delta 2), pack-reused 2 (from 1)
Unpacking objects: 100% (4/4), 1.75 KiB | 12.00 KiB/s, done.
From https://github.com/commontk/AppLauncher
* [new tag] v0.1.33 -> v0.1.33
! [rejected] v0.1.34 -> v0.1.34 (would clobber existing tag)
```1 parent 08f2233 commit 0f29c5d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
0 commit comments