We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83eb59 commit 881908fCopy full SHA for 881908f
justfile
@@ -35,4 +35,4 @@ release version:
35
git add docs/user-guide/install.md
36
git commit -m "release {{ version }}"
37
git tag -m "Release {{ version }}" -a -e "v{{ version }}"
38
- @echo "check last commit and ammend as necessary, then git push --follow-tags"
+ @echo "check last commit and amend as necessary, then git push --follow-tags"
0 commit comments