Skip to content

Commit

Permalink
Add --unreleased flag to Changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 17, 2021
1 parent 43b3998 commit a22c475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
IFS='.' read -r -a VERSION_ARRAY <<< "${VERSION#v}"
MILESTONE="Gutenberg ${VERSION_ARRAY[0]}.${VERSION_ARRAY[1]}"
npm run changelog -- --milestone="$MILESTONE" > release-notes.txt
npm run changelog -- --milestone="$MILESTONE" --unreleased > release-notes.txt
sed -ie '1,6d' release-notes.txt
- name: Upload release notes artifact
Expand Down

0 comments on commit a22c475

Please sign in to comment.