diff --git a/grn.drush.inc b/grn.drush.inc
index df1a215..bbd4fb5 100644
--- a/grn.drush.inc
+++ b/grn.drush.inc
@@ -52,7 +52,7 @@ function grn_drush_command() {
       'drush rn 6.x-1.0 6.x-1.1 --git=/usr/local/git/bin/git' => 'Use git in /usr/local/git/bin/git, and using alias',
       'drush rn 6.x-1.0 origin/6.x-1.x' => 'If you don\'t have the branch locally, you might need to use "[remote-name]/[branch-name]"',
     ),
-    'aliases' => array('rn'),
+    'aliases' => array('rn', 'relnotes'),
     'deprecated-aliases' => array('grn'), // I keep typing it, but not intuitive for others
     'bootstrap' => DRUSH_BOOTSTRAP_DRUSH, // No bootstrap needed
   );
