Skip to content

Commit

Permalink
Add a release step to trim changelog in the readme.txt
Browse files Browse the repository at this point in the history
Addresses #285 (comment)
  • Loading branch information
tomalec committed Jul 18, 2023
1 parent 12f575b commit 2c210ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
wp-version: ${{ github.event.inputs.wp-version }}
wc-version: ${{ github.event.inputs.wc-version }}
main-branch: 'trunk'
pre-steps: |
1. [ ] Remove older changelog entries from `readme.txt` (keep the last two versions, since we will be adding a third during the release), commit changes.

0 comments on commit 2c210ac

Please sign in to comment.