We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27a583 commit 33caa13Copy full SHA for 33caa13
.github/workflows/php83.yml
@@ -131,7 +131,7 @@ jobs:
131
release-type: php
132
target-branch: dev
133
config-file: release-please-config.json
134
- manifest-file: release-please-manifest.json
+ manifest-file: .release-please-manifest.json
135
token: ${{ secrets.GITHUB_TOKEN }}
136
release_prod:
137
needs:
release-please-config.json
@@ -1,4 +1,6 @@
1
{
2
+ "include-v-in-tag":true,
3
+
4
"packages":{
5
".":{
6
"changelog-path": "CHANGELOG.md",
0 commit comments