Skip to content

Commit d9d2b8d

Browse files
committed
chore: fix release-please integration for gcp sample
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent d17d145 commit d9d2b8d

5 files changed

Lines changed: 8 additions & 11 deletions

File tree

providers/gcp/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
4-
## [0.0.3]
5-
6-
### ✨ New Features
7-
8-
* Add support for GCP Parameter Manager.
9-
103
## 0.0.1
114

125
### ✨ New Features

providers/gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>dev.openfeature.contrib.providers</groupId>
1717
<artifactId>gcp</artifactId>
18-
<version>0.0.2</version> <!--x-release-please-version -->
18+
<version>0.0.1</version> <!--x-release-please-version -->
1919

2020
<properties>
2121
<!-- "-" is not allowed in automatic module names -->

providers/gcp/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.1

release-please-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@
143143
"versioning": "default",
144144
"extra-files": [
145145
"pom.xml",
146-
"README.md"
146+
"README.md",
147+
{
148+
"type": "generic",
149+
"path": "/samples/gcp/pom.xml"
150+
}
147151
]
148152
},
149153
"hooks/open-telemetry": {

samples/gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>dev.openfeature.contrib.providers</groupId>
3535
<artifactId>gcp</artifactId>
36-
<version>0.0.2</version>
36+
<version>0.0.1</version> <!--x-release-please-version -->
3737
</dependency>
3838

3939
<!-- OpenFeature SDK (transitive from provider, declared explicitly for clarity) -->

0 commit comments

Comments
 (0)