Skip to content

Commit addc5ff

Browse files
authored
Merge pull request #382 from legendu-net/dev
Merge dev into main
2 parents 5a8d5e7 + de398cc commit addc5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiutil/poetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def add_tag_release(
149149
# add tag to the release branch
150150
dulwich.porcelain.checkout_branch(repo=repo, target=branch_release)
151151
dulwich.porcelain.pull(repo=repo, refspecs=branch_release)
152-
dulwich.porcelain.tag_create(repo=repo, tag=tag)
152+
dulwich.porcelain.tag_create(repo=repo, tag=tag, annotated=True)
153153
dulwich.porcelain.push(repo=repo, refspecs=[f"refs/tags/{tag}"])
154154
# switch back to the old branch
155155
dulwich.porcelain.checkout_branch(repo=repo, target=branch_old)

0 commit comments

Comments
 (0)