Skip to content

Commit

Permalink
chore: add release config for FeatureManagement provider (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Jan 25, 2024
1 parent cc248a6 commit 60e03f8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ components:
- matthewelwell
src/OpenFeature.Contrib.Providers.ConfigCat:
- luizbon
src/OpenFeature.Contrib.Providers.FeatureManagement:
- ericpattison
- toddbaert

# test/
test/OpenFeature.Contrib.Hooks.Otel.Test:
Expand All @@ -31,6 +34,9 @@ components:
- matthewelwell
test/OpenFeature.Contrib.Providers.ConfigCat.Test:
- luizbon
test/OpenFeature.Contrib.Providers.FeatureManagement.Test:
- ericpattison
- toddbaert

ignored-authors:
- renovate-bot
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.8",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.5",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.5",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2"
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.1"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
"extra-files": [
"OpenFeature.Contrib.Providers.ConfigCat.csproj"
]
},
"src/OpenFeature.Contrib.Providers.FeatureManagement": {
"package-name": "OpenFeature.Contrib.Providers.FeatureManagement",
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"versioning": "default",
"extra-files": [
"OpenFeature.Contrib.Providers.FeatureManagement.csproj"
]
}
},
"changelog-sections": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Provider.FeatureManagement</PackageId>
<VersionNumber>0.0.1</VersionNumber>
<VersionNumber>0.0.1</VersionNumber> <!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit 60e03f8

Please sign in to comment.