From 6c3bf3faaa23f36ab0819a417faeadd07b8f855b Mon Sep 17 00:00:00 2001 From: Manuel Bovo Date: Tue, 20 Jun 2023 10:24:54 +0200 Subject: [PATCH] Releasing v0.3.15 --- .github/workflows/build-release.yml | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 9b76f8a..efb6717 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -14,6 +14,7 @@ jobs: build: permissions: id-token: write + contents: write name: "Build & Push wheel" needs: - pre-commit @@ -31,7 +32,13 @@ jobs: - run: task build - name: "Release to pypi" uses: pypa/gh-action-pypi-publish@release/v1 - + - name: Release + uses: softprops/action-gh-release@v1 + with: + generate_release_notes: true + files: | + dist/* + LICENSE docker-build: name: "Build docker image" diff --git a/pyproject.toml b/pyproject.toml index d81a70b..0e28891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ ignore = [ [tool.poetry] name = "pdh" -version = "0.3.14" +version = "0.3.15" description = "Pagerduty CLI for Humans" authors = ["Manuel Bovo "] license = "GPL-3.0-or-later"