- git checkout 7.x-1.x
- git tag 7.x-1.0
- git push origin tag 7.x-1.0
- Click the Version control tab on your project page, and follow the instructions labeled Tag for a stable release.
- Return to the main project page, and then click the Add new release link at the bottom of the page.
- Select your tag, such as 7.x-1.0, and save the form.
- Select the terms that correspond to the nature of the release (Features, Bug fixes), and fill out release notes.
- When creating a D7 release you will need to be using Drush 7. Install with the following composer command: composer global require drush/drush:7.1.0
- drush dl grn
- Use drush grn to generate release notes (drush release-notes)