Skip to content

Commit

Permalink
MRG: Merge pull request #88 from octue/devops/use-last-release-mode-w…
Browse files Browse the repository at this point in the history
…hen-compiling-release-notes

Use LAST_RELEASE mode when compiling release notes
  • Loading branch information
cortadocodes committed Jun 14, 2021
2 parents dec52cb + 9e323fd commit bdcde0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Compile new pull request description
run: |
echo 'PULL_REQUEST_NOTES<<EOF' >> $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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bdcde0b

Please sign in to comment.