Skip to content

Commit

Permalink
ci(release): fix wording in release PR description (#1618)
Browse files Browse the repository at this point in the history
* reset PR step was removed from release procedure, remove mention of it
  • Loading branch information
wpbonelli authored Feb 13, 2024
1 parent d111606 commit ebf84ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ jobs:
The release can be approved by merging this PR into `master`. Merging rather than squashing is necessary to preserve the commit history.
When this PR is merged, a final job will be triggered to:
1) create and tag a draft GitHub release, then upload assets (OS distributions and release notes)
2) open a PR to update `develop` from `master`, resetting version files and setting `IDEVELOPMODE=1`
When this PR is merged, a final job will be triggered to draft a tagged GitHub release, then upload assets (OS distributions and release notes).
'
gh pr create -B "master" -H "${{ github.ref }}" --title "Release $ver" --draft --body "$body"
Expand Down

0 comments on commit ebf84ac

Please sign in to comment.