Skip to content

Commit

Permalink
fix: typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yozachar authored Jul 8, 2024
1 parent e5d7b4a commit b4977c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ python -m http.server -d docs/_build/web
$ git pull upstream master
$ git push
# tagging that final merge commit before release
$ GIT_COMMITTER_DATE=$(git log -n1 --pretty=%aD) git tag -a -m "vMAJOR.MINOR.PATCH" vMAJOR.MINOR.PATCH
$ GIT_COMMITTER_DATE=$(git log -n1 --pretty=%aD) git tag -a -m "vMAJOR.MINOR.PATCH" MAJOR.MINOR.PATCH
# pushing tag to remote
$ git push --tag
$ git push upstream --tag
Expand Down

0 comments on commit b4977c7

Please sign in to comment.