Skip to content

Commit

Permalink
chore(ci): consider pre tag prefix when decorating release
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Dec 8, 2020
1 parent 0b46cc6 commit 3f8009b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 10
- name: Generate notes
id: gen_notes
run: npx conventional-changelog-cli -p angular -r 2 -o temp.changelog.md
run: npx conventional-changelog-cli -p angular -r 2 -t pre -o temp.changelog.md --verbose
- run: cat temp.changelog.md
- name: Create GH prerelease
id: create_release
Expand Down

0 comments on commit 3f8009b

Please sign in to comment.