From 6e9cae91015d2f0d63b929aa03118e72b34d0ef8 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 2 Jul 2023 18:33:17 +0200 Subject: [PATCH] Change botpub email address for Git commits --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 357cbd1..f0001b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ["django", "model"] [tool.autopub] project-name = "django-autoslug" git-username = "botpub" -git-email = "botpub@autopub.rocks" +git-email = "52496925+botpub@users.noreply.github.com" changelog-file = "CHANGELOG.rst" changelog-header = "~~~~~~~~~" version-strings = ["autoslug/__init__.py"]