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
101
101
102
102
### 8) Monitor Github Actions to ensure the Nuget publishing worked.
103
103
104
- https://github.com/gui-cs/Terminal.Gui /actions
104
+ https://github.com/gui-cs/NStack /actions
105
105
106
106
### 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
108
108
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
110
110
111
111
Generate release notes with the list of PRs since the last release
112
112
113
113
Use ` gh ` to get a list with just titles to make it easy to paste into release notes:
114
114
115
115
``` 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 "
117
117
```
118
118
### 11) Update the ` develop ` branch with the new version
119
119
You can’t perform that action at this time.
0 commit comments