Skip to content

Commit bd3b39c

Browse files
committed
Prepping for Release v1.0.6
1 parent 7713781 commit bd3b39c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NStack/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,19 @@ git push --atomic upstream main v2.3.4
101101

102102
### 8) Monitor Github Actions to ensure the Nuget publishing worked.
103103

104-
https://github.com/gui-cs/Terminal.Gui/actions
104+
https://github.com/gui-cs/NStack/actions
105105

106106
### 9) Check Nuget to see the new package version (wait a few minutes)
107-
https://www.nuget.org/packages/Terminal.Gui
107+
https://www.nuget.org/packages/NStack.Core
108108

109-
### 10) Add a new Release in Github: https://github.com/gui-cs/Terminal.Gui/releases
109+
### 10) Add a new Release in Github: https://github.com/gui-cs/NStack/releases
110110

111111
Generate release notes with the list of PRs since the last release
112112

113113
Use `gh` to get a list with just titles to make it easy to paste into release notes:
114114

115115
```powershell
116-
gh pr list --limit 500 --search "is:pr is:closed is:merged closed:>=2021-05-18"
116+
gh pr list --limit 500 --search "is:pr is:closed is:merged closed:>=2022-11-1"
117117
```
118118
### 11) Update the `develop` branch with the new version
119119

0 commit comments

Comments
 (0)