mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
740 B
740 B
Release procedure (for developers):
- For minor (A.B.0) releases:
- Check whether the release uses any not-yet-released zsh features
- Check open issues and outstanding pull requests
- Confirm
make testpasses- check with multiple zsh versions
- Update changelog.md
tig --abbrev=12 --abbrev-commit 0.4.1..upstream/master - Remove
-devsuffix from./.version; Commit that using 'git commit -m "Tag version $(<.version)."; Tag it usinggit tag $(<.version); Increment./.versionand restore the-devsuffix; Commit that using 'git commit -Cb5c30ae526'. - Push with
git push --tags - Notify downstreams (OS packages)
- anitya should autodetect the tag
- Update /topic on IRC