Skip to content

Commit 6d60c41

Browse files
committed
refactor: update makefile release target
1 parent dc3e34d commit 6d60c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ release:
3030
./docker/version.sh $(TAG)
3131

3232
# 2. Commit and push to latest tag
33-
git add docker/Dockerfile
34-
git commit docker/Dockerfile -m "$(TAG)"
33+
git add .
34+
git commit . -m "$(TAG)"
3535
git tag $(TAG)
3636
git push origin master
3737
git push origin $(TAG)

0 commit comments

Comments
 (0)