]> www.infradead.org Git - mtd-utils.git/commitdiff
make_a_release.sh: remind about pushing the master branch
authorArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Mon, 19 Dec 2011 20:37:28 +0000 (22:37 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Mon, 19 Dec 2011 20:37:28 +0000 (22:37 +0200)
When we print about pushing the tag, also print about pushing the
master branch - I forgot to do this when releasing 1.4.9.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
make_a_release.sh

index a5f8e21549855b31e81eb5d6798b92a9324484bd..460335b5f784ed7851a71f28b815c1b1790bf7c1 100755 (executable)
@@ -61,6 +61,6 @@ cat <<EOF
 Created $outdir/$release_name.tar.bz2
 Please, verify, then push the tag and upload the tarball and the signature
 You can use these commands:
-git push origin $tag_name
+git push origin master $tag_name
 scp $outdir/$release_name.tar.bz2 $outdir/$release_name.tar.bz2.asc casper.infradead.org:/var/ftp/pub/mtd-utils
 EOF