Skip to content

Commit ad490af

Browse files
committed
fix(release): configure release-please via config file instead of ios type
1 parent b1256cf commit ad490af

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ jobs:
1313
- uses: googleapis/release-please-action@v4
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
16-
release-type: ios

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.1"
3+
}

AllSpark-ios.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"$(inherited)",
294294
"@executable_path/Frameworks",
295295
);
296-
MARKETING_VERSION = 0.0.1;
296+
MARKETING_VERSION = 0.0.1; // x-release-please-version
297297
PRODUCT_BUNDLE_IDENTIFIER = "edu.cmu.wiselab.AllSpark-mobile";
298298
PRODUCT_NAME = AllSpark;
299299
STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -336,7 +336,7 @@
336336
"$(inherited)",
337337
"@executable_path/Frameworks",
338338
);
339-
MARKETING_VERSION = 0.0.1;
339+
MARKETING_VERSION = 0.0.1; // x-release-please-version
340340
PRODUCT_BUNDLE_IDENTIFIER = "edu.cmu.wiselab.AllSpark-mobile";
341341
PRODUCT_NAME = AllSpark;
342342
STRING_CATALOG_GENERATE_SYMBOLS = YES;

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
".": {
4+
"release-type": "simple",
5+
"extra-files": [
6+
"AllSpark-ios.xcodeproj/project.pbxproj"
7+
]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)