Skip to content
Snippets Groups Projects
Commit 7f864c16 authored by Jacob Rockowitz's avatar Jacob Rockowitz
Browse files

Update release notes

parent 848bf581
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ References
[Git Release Notes for Drush](https://www.drupal.org/project/grn)
drush release-notes --nouser 6.0.0-VERSION 6.x
drush release-notes --nouser 6.1.0-VERSION 6.1.x
6. Tag and create a new release
......@@ -198,11 +198,11 @@ References
[Tag a release](https://www.drupal.org/node/1066342)
git checkout 6.x
git checkout 6.1.x
git up
git tag 6.0.0-VERSION
git tag 6.1.0-VERSION
git push --tags
git push origin tag 6.0.0-VERSION
git push origin tag 6.1.0-VERSION
[Create new release](https://www.drupal.org/node/add/project-release/2640714)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment