Skip to content

Commit 7532138

Browse files
committed
Update 'MAINTAINING.md'.
1 parent 010bbb1 commit 7532138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MAINTAINING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Usual workflow involves performing these steps after every commit in 'mini.nvim'
7676
- Check that all CI has passed.
7777
- Make GitHub release. Get description from copying entries of version's 'CHANGELOG.md' section.
7878
- Move `stable` branch to point at new tag.
79-
- Manage standalone repositories. It should be enough to use 'scripts/dual_release.sh' like so:
79+
- Synchronize standalone repositories.
80+
- Release standalone repositories. It should be enough to use 'scripts/dual_release.sh' like so:
8081
```
8182
# REPLACE `xx` with your version number
8283
TAG_NAME="v0.xx.0" TAG_MESSAGE="Version 0.xx.0" make dual_release

0 commit comments

Comments
 (0)