-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename public.api to released.api (#15)
Per [b/316375696](https://b.corp.google.com/issues/316375696), This renames the `public.api` to `released.api` to better articulate the intention of the file, since it wasn't immediately apparent- since folks felt that they needed to update it on each PR.
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,12 @@ jobs: | |
distribution: temurin | ||
cache: gradle | ||
|
||
- name: Update public.api | ||
- name: Update released.api | ||
run: | | ||
./gradlew updateApi --no-daemon | ||
- name: Save public.api from master | ||
run: mv generativeai/public.api ~/public.api | ||
- name: Save released.api from master | ||
run: mv generativeai/released.api ~/released.api | ||
|
||
- name: Checkout branch | ||
uses: actions/[email protected] | ||
|
@@ -36,7 +36,7 @@ jobs: | |
cache: gradle | ||
|
||
- name: Copy saved api to branch | ||
run: mv ~/public.api generativeai/public.api | ||
run: mv ~/released.api generativeai/released.api | ||
|
||
- name: Run api warning task | ||
run: | | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters