Skip to content

Commit

Permalink
chore: add statsig release please configurations (#668)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan authored Feb 8, 2024
1 parent 73d22c6 commit 164cec8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/unleash": "0.0.4-alpha",
"providers/flipt": "0.0.2",
"providers/configcat": "0.0.3"
"providers/configcat": "0.0.3",
"providers/statsig": "0.0.1"
}
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@
"README.md"
]
},
"providers/statsig": {
"package-name": "dev.openfeature.contrib.providers.statsig",
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"versioning": "default",
"extra-files": [
"pom.xml",
"README.md"
]
},
"hooks/open-telemetry": {
"package-name": "dev.openfeature.contrib.hooks.otel",
"release-type": "simple",
Expand Down

0 comments on commit 164cec8

Please sign in to comment.