From d47a9fd1e98310d80fd5ac7c428f25731cb6c710 Mon Sep 17 00:00:00 2001 From: medaka <36759068+medaka0213@users.noreply.github.com> Date: Sun, 7 Apr 2024 21:41:52 +0900 Subject: [PATCH] =?UTF-8?q?author=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7edbeb..0841ab9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,7 @@ jobs: commit-message: Bump version to ${{ env.VERSION }} delete-branch: true title: Bump version to ${{ env.VERSION }} + branch: release/${{ env.VERSION }} body: | Bump version to ${{ env.VERSION }} ${{ steps.tag_version.outputs.changelog }} diff --git a/pyproject.toml b/pyproject.toml index f85b6dc..95b2919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] +author="medaka", name = "ddb_single" version = "0.4.7" description = "Python DynamoDB interface, specialized in single-table design." -authors = ["medaka <36759068+medaka0213@users.noreply.github.com>"] license = "MIT" homepage = "https://medaka0213.github.io/DynamoDB-SingleTable/" repository = "https://github.com/medaka0213/DynamoDB-SingleTable"