Before tagging a new release:
CHANGES.md
;CONFIG_CHANGES.md
if needed;composer update
to make sure we have the latest version of the
dependencies;vendor/bin/phpunit
;VERSION
file in the project rootgit commit -a -m 'prepare for release'
;git push origin v2
, git push github v2
;git tag 1.2.3 -a -m '1.2.3'
(obviously use the correct
version number;git push origin 1.2.3
, git push github 1.2.3
make_release
upload_release