Skip to content

Commit a9a3bc9

Browse files
committed
tests: Fix command to tag
1 parent f95f257 commit a9a3bc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/reset_history.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ else
99
fi
1010
git add -A
1111
git commit -m "feat: Initial commit"
12-
git tag 0.1.0
12+
git tag -m "" -a 0.1.0
1313
git push origin main -f --tags

tests/test_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EOF
3636
cat .copier-answers.yml
3737
git add -A .
3838
git commit -am "feat: Initial commit"
39-
git tag 0.1.0
39+
git tag -m "" -a 0.1.0
4040
echo
4141
echo ">>> Printing help"
4242
make help

0 commit comments

Comments
 (0)