Skip to content

Instantly share code, notes, and snippets.

View nrackleff's full-sized avatar

Nancy Rackleff nrackleff

View GitHub Profile
@nrackleff
nrackleff / Create a Drupal Module Release.md
Last active February 23, 2016 00:32 — forked from Greg-Boggs/Create a Drupal Module Release.md
How to Create a new Drupal Module Release for a ThinkShout maintained module.
  • 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)