Skip to content

Commit

Permalink
Fix release-and-publish documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Nov 24, 2020
1 parent 1dfa998 commit 3c8f583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# To trigger, create a tag (not a release) with semantic
# versioning (the tag must start with a v).
#
# git tag -a v0.2 -m "Version 0.2"
# git push --tags
# git tag -am "Version 0.2" v0.2
# git push && git push --tags
#
# This workflow will automatically:
# - build the project using Maven;
Expand Down

0 comments on commit 3c8f583

Please sign in to comment.