mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
12 lines
352 B
Markdown
12 lines
352 B
Markdown
# Release procedure (for developers):
|
|
|
|
- Check open issues and outstanding pull requests
|
|
- Confirm `make test` passes
|
|
- check with multiple zsh versions
|
|
- Update changelog.md
|
|
- Update ./.version
|
|
- `git tag $(<.version) && git push --tags`
|
|
- `perl -pi -e 's/$/-dev/' ./.version`
|
|
- Notify downstreams (OS packages)
|
|
- anitya should autodetect the tag
|