-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
|
||
- name: Release Keep | ||
id: release-step | ||
uses: python-semantic-release/python-semantic-release@v9.4.0 | ||
uses: python-semantic-release/python-semantic-release@v9.8.7 | ||
with: | ||
git_committer_name: Keep Release Bot | ||
git_committer_email: [email protected] | ||
|
@@ -34,7 +34,7 @@ jobs: | |
uses: peter-evans/[email protected] | ||
with: | ||
committer: Keep Release Bot <[email protected]> | ||
title: "Release - $(date +'%Y-%m-%d')" | ||
title: "Release - ${{ steps.release-step.outputs.version }}" | ||
branch: release/${{ steps.release-step.outputs.version }} | ||
body: "This PR contains the latest release changes." | ||
draft: false | ||
|