From 24fa5d3c4fec0d2c1fbe61c2d0fc21160ef2d025 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 14 Jun 2021 21:03:42 +0100 Subject: [PATCH 1/2] OPS: Use LAST_RELEASE mode when compiling release notes --- .github/workflows/update-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pull-request.yml b/.github/workflows/update-pull-request.yml index 2b28cf2..dd8233d 100644 --- a/.github/workflows/update-pull-request.yml +++ b/.github/workflows/update-pull-request.yml @@ -24,7 +24,7 @@ jobs: - name: Compile new pull request description run: | echo 'PULL_REQUEST_NOTES<> $GITHUB_ENV - echo "$(python .github/workflows/scripts/compile-release-notes.py LAST_PULL_REQUEST '${{ github.event.pull_request.body }}')" >> $GITHUB_ENV + echo "$(python .github/workflows/scripts/compile-release-notes.py LAST_RELEASE '${{ github.event.pull_request.body }}')" >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: Update pull request body uses: riskledger/update-pr-description@v2 From 9e323fdadb145a6ab845031d683696e6207250a6 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 14 Jun 2021 21:05:18 +0100 Subject: [PATCH 2/2] CHO: Increase patch version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b59616..171205a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="twined", - version="0.0.22", + version="0.0.23", py_modules=[], install_requires=["jsonschema ~= 3.2.0", "python-dotenv"], url="https://www.github.com/octue/twined",