Skip to content

Commit 6c76d6a

Browse files
authored
Update release-dmg.md
1 parent 8993381 commit 6c76d6a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

release-dmg.md

+16
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,22 @@ It can then be checked as follows:
120120
$ cat SHA256SUMS | ssh-keygen -Y check-novalidate -n file -f ~/.ssh/[email protected] -s SHA256SUMS.shannona.ssh-1oCAdW5UY7LtbO723rCxI3YqfFDWf2SqJpu6EebgaKM.sig
121121
```
122122

123+
### New Release Test
124+
125+
17a. Test Out Creating a tag by hand
126+
127+
```
128+
git tag -s v1.1.1
129+
```
130+
131+
Test it with:
132+
133+
```
134+
git tag -v v1.1.1
135+
```
136+
137+
If it works, `git push` and then grab the tag when you do the release in #17, below.
138+
123139
### Create the Release & Upload
124140

125141
17. Create a new release on the releases page for your repo

0 commit comments

Comments
 (0)