Skip to content

Commit

Permalink
build: update .justfile to fix typo (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse authored Feb 27, 2025
1 parent 44067df commit 60bbaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ openitest:

# tag minor
tagminor:
git commit --allow-empty -m "[minor] relase"
git commit --allow-empty -m "[minor] release"
./gradlew tag

tagpatch:
git commit --allow-empty -m "[patch] relase"
git commit --allow-empty -m "[patch] release"
./gradlew tag

0 comments on commit 60bbaf1

Please sign in to comment.