We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95f257 commit a9a3bc9Copy full SHA for a9a3bc9
2 files changed
tests/reset_history.sh
@@ -9,5 +9,5 @@ else
9
fi
10
git add -A
11
git commit -m "feat: Initial commit"
12
-git tag 0.1.0
+git tag -m "" -a 0.1.0
13
git push origin main -f --tags
tests/test_project.sh
@@ -36,7 +36,7 @@ EOF
36
cat .copier-answers.yml
37
git add -A .
38
git commit -am "feat: Initial commit"
39
40
echo
41
echo ">>> Printing help"
42
make help
0 commit comments