We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010bbb1 commit 7532138Copy full SHA for 7532138
MAINTAINING.md
@@ -76,7 +76,8 @@ Usual workflow involves performing these steps after every commit in 'mini.nvim'
76
- Check that all CI has passed.
77
- Make GitHub release. Get description from copying entries of version's 'CHANGELOG.md' section.
78
- Move `stable` branch to point at new tag.
79
-- Manage standalone repositories. It should be enough to use 'scripts/dual_release.sh' like so:
+- Synchronize standalone repositories.
80
+- Release standalone repositories. It should be enough to use 'scripts/dual_release.sh' like so:
81
```
82
# REPLACE `xx` with your version number
83
TAG_NAME="v0.xx.0" TAG_MESSAGE="Version 0.xx.0" make dual_release
0 commit comments