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 f4c20cc commit ec9c658Copy full SHA for ec9c658
.github/workflows/release.yml
@@ -22,7 +22,6 @@ jobs:
22
- uses: google-github-actions/release-please-action@18e07ccc3cbf9452c36a903319d532486196dba9
23
id: release
24
with:
25
- command: manifest
26
token: ${{secrets.GITHUB_TOKEN}}
27
default-branch: main
28
release-please-config.json
@@ -3,7 +3,6 @@
3
"packages": {
4
".": {
5
"package-name": "dev.openfeature.sdk",
6
- "release-type": "simple",
7
"monorepo-tags": false,
8
"include-component-in-tag": false,
9
"bump-minor-pre-major": true,
0 commit comments