- [ ] Create `1.1` branch for the release if it does not exist - [ ] Change the branch of the build status in `README.md` if the branch is newly created (1.1) - [ ] Change `README.md` on the release branch. (1.1) - [ ] Tag to the release on git with the command `git tag -s v1.1.0 HEAD` (1.1) - [ ] Push changes to GitHub with the command `git push upstream 1.1` and `git push upstream --tags` (1.1) - [ ] Create a new draft release as `PHPMentorsCompositePasswordAuthenticationBundle 1.1.0 (stable)` (GitHub) - [ ] Publish the release - [ ] Update wiki pages ([Home](https://github.com/phpmentors-jp/composite-password-authentication-bundle/wiki)) - [ ] Update the version in `README.md` and `composer.json` from `1.1` to `1.2` if `1.1` branch is newly created (master) - [ ] Push changes to GitHub with the command `git push upstream master` (master) - [ ] Remove unnecessary releases in [Packagist](https://packagist.org/packages/phpmentors/composite-password-authentication-bundle) - [ ] Remove unnecessary branches in GitHub - [ ] Tweet the release
1.1branch for the release if it does not existREADME.mdif the branch is newly created (1.1)README.mdon the release branch. (1.1)git tag -s v1.1.0 HEAD(1.1)git push upstream 1.1andgit push upstream --tags(1.1)PHPMentorsCompositePasswordAuthenticationBundle 1.1.0 (stable)(GitHub)README.mdandcomposer.jsonfrom1.1to1.2if1.1branch is newly created (master)git push upstream master(master)