Skip to content

Commit 7fc4fef

Browse files
ci: update release please configuration to use simple release type (#191)
* Update release please configuration to use simple release type * Update bootstrap SHA
1 parent 8eab4ae commit 7fc4fef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

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

77
<groupId>com.flagsmith</groupId>
88
<artifactId>flagsmith-java-client</artifactId>
9-
<version>7.4.3</version>
9+
<version>7.4.3</version> <!--x-release-please-version -->
1010
<packaging>jar</packaging>
1111

1212
<name>Flagsmith Java Client</name>

release-please-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"bootstrap-sha": "272792770bb4be7d2514e136eb1ee97c7693df80",
2+
"bootstrap-sha": "2ea39c1ffecaed95f9403609486048090965ee8c",
33
"packages": {
44
".": {
5-
"release-type": "maven",
5+
"package-name": "com.flagsmith.flagsmith-java-client",
6+
"release-type": "simple",
67
"changelog-path": "CHANGELOG.md",
78
"bump-minor-pre-major": false,
89
"bump-patch-for-minor-pre-major": false,
9-
"draft": false,
10-
"prerelease": false,
11-
"include-component-in-tag": false
10+
"include-component-in-tag": false,
11+
"extra-files": ["pom.xml"]
1212
}
1313
},
1414
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",

0 commit comments

Comments
 (0)