Skip to content

Commit 57f1625

Browse files
committed
Remove git config
1 parent 7f1b5ee commit 57f1625

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ newversion:
314314

315315
.PHONY: newversion-git
316316
newversion-git:
317-
git config user.name "xdan"
318-
git config user.email "chupurnov@gmail.com"
317+
# git config user.name "xdan"
318+
# git config user.email "chupurnov@gmail.com"
319319
git add --all && git commit -m "New version $(version) Read more $(CHANGELOG_URL)"
320320
git tag $(version)
321321
@if [ "$(push)" = "true" ]; then \

0 commit comments

Comments
 (0)