Skip to content

Commit dc8b8a8

Browse files
committed
update publish instructions
1 parent cb66971 commit dc8b8a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,19 @@ Git-NumberedUnhidden # alias: gunhide
138138

139139
[Generate ApiKey](https://www.powershellgallery.com/account/apikeys)
140140

141+
Update version number 2x in `Git-NumberedAdd.psd1`:
142+
- `ModuleVersion = '1.0'`
143+
- `PrivateData.PSData.ReleaseNotes`
144+
141145
```powershell
146+
git tag v1.0
147+
git push --tags
148+
142149
Publish-Module -Path .\Git-NumberedAdd -NuGetApiKey key
143150
```
144151

152+
[Create a release](https://github.com/itenium-be/Git-NumberedAdd/releases/new) for the tag.
153+
145154

146155
## Random Repository
147156

0 commit comments

Comments
 (0)