Skip to content

Commit 962cc80

Browse files
authored
ci: update release-please action and config (#201)
1 parent 32fcc95 commit 962cc80

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
release-please:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: google-github-actions/release-please-action@v4
34+
- uses: googleapis/release-please-action@v4
3535
with:
3636
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
3737
release-type: dart
38-
package-name: "@googlemaps/flutter-navigation-sdk"
39-
bump-minor-pre-major: true

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

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## [0.3.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.2.3-beta...v0.3.0) (2024-06-05)
2-
3-
### Features
4-
5-
* update pubspec to prepare for 0.3.0 release ([#97](https://github.com/googlemaps/flutter-navigation-sdk/issues/97)) ([0114353](https://github.com/googlemaps/flutter-navigation-sdk/commit/011435382b8573b78fa21d25b27a8ccd524c9b88))
6-
* update README.md to prepare for publishing package to pub.dev
7-
8-
91
## [0.4.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.3.0...v0.4.0) (2024-10-30)
102

113

@@ -20,6 +12,14 @@
2012
* make ios map view array thread safe ([#180](https://github.com/googlemaps/flutter-navigation-sdk/issues/180)) ([8f0283f](https://github.com/googlemaps/flutter-navigation-sdk/commit/8f0283ffc8885fa085b8c47edeeb2b6c44693e14))
2113
* showStopLights and showDestinationMarkers functionality on iOS ([#178](https://github.com/googlemaps/flutter-navigation-sdk/issues/178)) ([d882837](https://github.com/googlemaps/flutter-navigation-sdk/commit/d882837589b380b29fbdb6c4d823ef2844394f11))
2214

15+
## [0.3.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.2.3-beta...v0.3.0) (2024-06-05)
16+
17+
### Features
18+
19+
* update pubspec to prepare for 0.3.0 release ([#97](https://github.com/googlemaps/flutter-navigation-sdk/issues/97)) ([0114353](https://github.com/googlemaps/flutter-navigation-sdk/commit/011435382b8573b78fa21d25b27a8ccd524c9b88))
20+
* update README.md to prepare for publishing package to pub.dev
21+
22+
2323
## 0.2.3-beta
2424

2525
This is the beta release of the Google Maps Navigation package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.

release-please-config.json

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

0 commit comments

Comments
 (0)