Skip to content

Commit feb5194

Browse files
committed
README: Less manual work
1 parent 46d61d5 commit feb5194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ bash
271271
# set env vars
272272
export JAVA_HOME="${JAVA_8_HOME}"
273273
# perform the release
274-
git push origin master <release-tag>
274+
git push origin master --tags
275275
mvn release:perform
276276
mvn deploy -P release
277277
# leave our "private" shell instance again

0 commit comments

Comments
 (0)