Release preparation: update readme, rakefile and changelog (#1788)

* Update README.md
* Add LATEST_CHANGES.md and release helpers
This commit is contained in:
Dawa Ometto
2022-05-24 16:27:39 +02:00
committed by GitHub
parent 860e8b2ebd
commit 8e35688b17
5 changed files with 90 additions and 29 deletions
+4 -3
View File
@@ -19,7 +19,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
draft: true
prerelease: false
body_path: "LATEST_CHANGES.md"