From e81ac653fc4259c1ec7c7889c8f1cd46a7940a5a Mon Sep 17 00:00:00 2001 From: Chenna Keshava B S Date: Sat, 26 Oct 2024 14:02:41 -0700 Subject: [PATCH] auto-generate release notes --- .github/workflows/publish_to_pypi.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index b071d84ef..251293796 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -79,7 +79,7 @@ jobs: gh release create '${{ github.ref_name }}' --repo '${{ github.repository }}' - --notes "" + --generate-notes - name: Upload artifact signatures to GitHub Release env: GITHUB_TOKEN: ${{ github.token }} diff --git a/pyproject.toml b/pyproject.toml index 17df7e785..d305795a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "xrpl-py-release-test" -version = "3.0.2" +name = "xrpl-py-release-test-1" +version = "3.0.4" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"