There was an error while loading. Please reload this page.
1 parent 7f1b5ee commit 57f1625Copy full SHA for 57f1625
1 file changed
Makefile
@@ -314,8 +314,8 @@ newversion:
314
315
.PHONY: newversion-git
316
newversion-git:
317
- git config user.name "xdan"
318
- git config user.email "chupurnov@gmail.com"
+# git config user.name "xdan"
+# git config user.email "chupurnov@gmail.com"
319
git add --all && git commit -m "New version $(version) Read more $(CHANGELOG_URL)"
320
git tag $(version)
321
@if [ "$(push)" = "true" ]; then \
0 commit comments