File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2024 Google LLC
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # https://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
15+ name : release-please
16+
17+ on :
18+ push :
19+ branches :
20+ - main
21+
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.ref }}
24+ cancel-in-progress : true
25+
26+ permissions :
27+ contents : write
28+ pull-requests : write
29+
30+ jobs :
31+ release-please :
32+ runs-on : ubuntu-latest
33+ steps :
34+ - uses : googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec
35+ with :
36+ token : ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
Original file line number Diff line number Diff line change 1+ {
2+ "." : " 0.3.0"
3+ }
Original file line number Diff line number Diff line change 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" : false ,
6+ "bump-minor-pre-major" : true ,
7+ "bump-patch-for-minor-pre-major" : true ,
8+ "packages" : {
9+ "." : {
10+ "package-name" : " @googlemaps/react-native-driver-sdk" ,
11+ "changelog-path" : " CHANGELOG.md"
12+ }
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments