Skip to content

Commit fe59a23

Browse files
committed
Add scriptable retry
1 parent 659075b commit fe59a23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/release.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ If something went wrong above, here's how you reset.
1919
1. Save the release notes you wrote.
2020
2. Delete the release.
2121
3. Delete the tag with `git push --delete origin 0.1.0` where 0.1.0 is your tag name.
22-
4.
22+
23+
```shell
24+
gh release delete 0.1.0 -y
25+
git push --delete origin 0.1.0
26+
27+
gh release create 0.1.0 -F /tmp/010-release.md -t 0.1.0
28+
```

0 commit comments

Comments
 (0)