To prevent things like #151 it might be good to document the steps taken for a new release version.
What about adding this to the README.md?
Releases
- Update version number in composer.json
- Update composer hash with
composer update --lock
- Build a phar file for dist/scanner
- Update version number in dist/version
- Commit and set Git tag
- Add release on GitHub
- Celebrate 🥳
To prevent things like #151 it might be good to document the steps taken for a new release version.
What about adding this to the README.md?
Releases
composer update --lock