-
Couldn't load subscription status.
- Fork 4
Closed
Description
- Create
1.1branch for the release if it does not exist - Change the branch of the build status in
README.mdif the branch is newly created (1.1) - Change
README.mdon 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.0andgit push upstream --tags(1.1) - Create a new draft release as
Domain Commons 1.1.0 (stable)(GitHub) - Write the description of the release
- The release date in UTC
TZ=UTC date
- The release date in UTC
- Publish the release
- Update wiki pages (Home)
- Update the version in
README.mdandcomposer.jsonfrom1.1to1.2if1.1branch is newly created (master) - Push changes to GitHub with the command
git push upstream master(master) - Remove unnecessary releases in Packagist
- Remove unnecessary branches in GitHub
- Tweet the release