Skip to content

Commit 7d57454

Browse files
committed
docs: update 'MAINTAINING.md' with more step details
1 parent 5fe329c commit 7d57454

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

MAINTAINING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ Begin the process of stopping official support for outdated Neovim version short
189189
- '.github/DISCUSSION_TEMPLATE/q-a.yml' to be included in a dropdown menu.
190190
- Generate help files.
191191
- 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).
193195
- Update 'CHANGELOG.md' to mention introduction of new module.
194196
- Update 'CONTRIBUTING.md' to mention new highlight groups (if there are any).
195197
- 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
261263
```
262264
- Check that standalone repositories actually got updates (tag + `stable`): manually visit some of them (at least new modules) on GitHub.
263265
264-
### Post release
266+
### After release
265267
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.
269273
- Check for `TODO`s about actions to be done *after* release.

0 commit comments

Comments
 (0)