mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-11-10 14:51:04 +03:00
596 B
596 B
The release process for XcodeGen
- Make sure
CHANGELOG.md
is up to date:- All relevant entries have been added with the PR link and author
- The new version number is added at the top after
Master
- The
Commits
link is at the bottom of the release
- Update the version at the top of
Makefile
- Run
make release
- Push commit and tag to github
- Create release from tag on Github using the version number and relevant changelog contents
- Run
make archive
and uploadxcodegen.zip
to the github release - Run
make bump_brew
which will open a PR on homebrew core