diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5a1f35..b4a58c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,11 +11,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Release uses: softprops/action-gh-release@v2 with: body: | - If you like this integration, please star this repo to show your appreciation - it makes me very happy! + Enjoying this integration? Show your support by starring the repository! ⭐️ **Changes:** - Change 1 diff --git a/pyproject.toml b/pyproject.toml index 76e868a..3495e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,5 +24,6 @@ disable = [ "too-few-public-methods", "too-many-instance-attributes", "too-many-locals", + "too-many-return-statements", "unexpected-keyword-arg", ]