Skip to content

Commit bb904b6

Browse files
authored
ci: use release-please manifest files (#412)
1 parent 18ce410 commit bb904b6

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
name: Release Please
4646
uses: googleapis/release-please-action@v4
4747
with:
48-
release-type: node
4948
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
5049

5150
publish:

.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.9.2"
3+
}

release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "node",
4+
"include-component-in-tag": false,
5+
"include-v-in-tag": true,
6+
"bump-minor-pre-major": true,
7+
"bump-patch-for-minor-pre-major": true,
8+
"packages": {
9+
".": {
10+
"package-name": "@googlemaps/react-native-navigation-sdk",
11+
"changelog-path": "CHANGELOG.md"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)