We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f693bab commit 4be0748Copy full SHA for 4be0748
1 file changed
.github/workflows/release-new-version.yml
@@ -53,7 +53,7 @@ jobs:
53
git config --local user.email "pouya.saadeghi@gmail.com"
54
git config --local user.name "Pouya Saadeghi"
55
cd packages/daisyui
56
- bunx commit-and-tag-version --infile ../../CHANGELOG.md ${{ inputs.release-type }}
+ bunx commit-and-tag-version --commit-all --infile ../../CHANGELOG.md ${{ inputs.release-type }}
57
58
- name: Read package version from package.json
59
id: package-version
0 commit comments