File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
111111Generate release notes with the list of PRs since the last release
112112
113113Use ` 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
You can’t perform that action at this time.
0 commit comments