Upon releasing a new version there's some checks and updates to be made:
- Clear your local repository with:
git add . && git reset --hard && git checkout master - Check the contents on
https://github.com/larastan/larastan/compare/{latest_version}...masterand update the changelog file with the modifications on this releaseNote: make sure that there are no breaking changes and you may use
git tag --listto check the latest release - Commit the
CHANGELOG.mdwith the message:git commit -m "docs: bumps version to {new_version}" git pushgit tag {new_version}git push --tags- Create a release on GitHub https://github.com/larastan/larastan/releases
- Make a tweet about the release attributing credits to the external collaborators