We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c27031 commit a84efe6Copy full SHA for a84efe6
.github/workflows/release.yml
@@ -115,7 +115,7 @@ jobs:
115
# Create a temporary context file to force the correct version header
116
echo '{"version":"'${VERSION}'"}' > context.json
117
118
- # Generate changelog updates and save to file without tagging
+ # Generate changelog updates and save to files without tagging
119
npx conventional-changelog-cli -p conventionalcommits -i CHANGELOG.md -s --context context.json
120
121
rm context.json
0 commit comments