Skip to content

Commit

Permalink
style: next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 12, 2024
1 parent 8e42fe7 commit f20b5a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python-version: '3.11'
cache: 'pip'
- run: pip install cffconvert>=2.0.0

- name: Get Date
run: |
echo "DATE=$(date +"%Y-%m-%d")" >> "$GITHUB_ENV"
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
commitish: ${{ env.COMMIT_HASH }}
draft: true
body_path: .github/latest-release.md

- name: Next steps
run: |
echo "Next steps: Take a look at the changes in the release-draft branch and the release notes on the web. If everything is correct, publish the release. Otherwise, delete the release & tag and do it manually."
echo "Next steps: Take a look at the changes in the release-draft branch and the release notes on the web. If everything is correct, publish the release. Otherwise, delete the release & tag and cut the release manually."

0 comments on commit f20b5a7

Please sign in to comment.