We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed770f commit 689950aCopy full SHA for 689950a
.github/workflows/publish.yml
@@ -130,7 +130,7 @@ jobs:
130
131
# Generate the changelog
132
# TODO: Maybe detect if major version change, then make it urgent
133
- dch --create -v ${VERSION}-1 -u low --package gitmastery $CHANGELOG_MESSAGE
+ dch --create -v ${VERSION}-1 -u low --package gitmastery "$CHANGELOG_MESSAGE"
134
135
# Create the control file
136
# TODO: Maybe detect if major version change, then make it mandatory
0 commit comments