You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAINTAINING.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,9 @@ Begin the process of stopping official support for outdated Neovim version short
189
189
- '.github/DISCUSSION_TEMPLATE/q-a.yml' to be included in a dropdown menu.
190
190
- Generate help files.
191
191
- Add README to 'readmes' directory following the structure of some of already existing README (preferably one of the latest). NOTE: comment out mentions of `stable` branch, as it won't work during beta-testing.
192
-
- Update main README to mention new module in table of contents.
192
+
- Update main README:
193
+
- Mention new module in table of contents.
194
+
- Remove the module from "Planned modules" section (if present).
193
195
- Update 'CHANGELOG.md' to mention introduction of new module.
194
196
- Update 'CONTRIBUTING.md' to mention new highlight groups (if there are any).
195
197
- Create separate release branch and commit changes with message 'feat(xxx): add NEW MODULE'. NOTE: it is cleaner to synchronize standalone repositories prior to this commit.
@@ -261,9 +263,11 @@ There is no clear guidelines for when a stable (minor) release should be made. M
261
263
```
262
264
- Check that standalone repositories actually got updates (tag + `stable`): manually visit some of them (at least new modules) on GitHub.
263
265
264
-
### Post release
266
+
### After release
265
267
266
-
- Close all beta-testing issues for new plugins.
267
-
- Use development version in 'CHANGELOG.md' ('0.xx.0.9000'). Commit.
268
-
- Synchronize nvim-mini.org.
268
+
- Synchronize nvim-mini.org. Merge blog post. Push. Post on Reddit and other social media.
269
+
- Finish beta-testing new modules:
270
+
- Close beta-testing issues.
271
+
- Add them to MiniMax.
272
+
- Use development version in 'CHANGELOG.md' ('0.(xx+1).0-dev'). Commit.
269
273
- Check for `TODO`s about actions to be done *after* release.
0 commit comments