mkorwel
a35e4436a0
feat: Refactor release process for bundling
...
This change refactors the release process to support a new bundle-based publishing method while
maintaining backward compatibility for existing release and patch workflows.
Key changes:
- The composite action now includes a input (string, default 'false') to conditionally switch between the old source-based publishing
the new bundle-based method.
- The workflow is updated to use the new bundle-based process ().
- The workflow includes a new input (defaulting to false) to allow for manual testing of either release method.
- Existing and patch workflows remain unchanged, ensuring they continue to use the old, non-bundled process for backward compatibility.
2025-10-22 11:24:50 -07:00
Richie Foreman
74a7771943
fix(ci): Default all GHA env variables to 'prod' set ( #11572 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2025-10-21 19:02:48 +00:00
cornmander
9d0177e0ce
Use env variables in workflows ( #11585 )
2025-10-21 18:14:27 +00:00
matt korwel
7bed302f21
refactor(actions): remove checkout from sub-actions ( #11219 )
2025-10-15 20:11:56 +00:00
Richie Foreman
cb1ec755f6
fix(ci): Move from self-hosted -> ubuntu-latest ( #11205 )
2025-10-15 07:22:08 -07:00
Richie Foreman
984415f6c7
feat(ci): Update release to use github env variables. ( #11068 )
2025-10-15 13:48:03 +00:00
Adam Weidman
481ba01c97
chore: resubmit a2a-publishing after rollout ( #11100 )
2025-10-14 15:09:17 +00:00
Adam Weidman
f3424844dc
Revert "chore: wire a2a-server up for publishing" ( #11064 )
2025-10-13 21:31:40 +00:00
Richie Foreman
90de8416cc
Swap all self-hosted runners to ubuntu-latest per b/451586626 ( #11023 )
2025-10-13 15:28:32 +00:00
Adam Weidman
cfb71b9d60
chore: wire a2a-server up for publishing ( #10627 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-10-13 12:38:41 +00:00
Adam Weidman
6bb99806f0
Fix quoting when echoing workflow JSON ( #10596 )
2025-10-07 16:10:52 +00:00
Gal Zahavi
abe4045c63
ci(release): remove 'dev' option from manual release ( #10374 )
2025-10-06 19:25:16 +00:00
Shreya Keshive
667ca6d241
feat(ci): add ability to publish packages to private github registry for testing ( #10348 )
2025-10-03 15:41:32 +00:00
Tommaso Sciortino
3d1b0df0fa
Verify npm release by running integration tests ( #10174 )
2025-09-30 18:24:12 +00:00
shrutip90
809b933d81
Create issues on manual release failures similar to other release pro… ( #9786 )
2025-09-25 23:01:07 +00:00
matt korwel
422eb78b41
handling propper checkouts for releasemanual ( #8954 )
2025-09-25 03:57:16 +00:00
Tommaso Sciortino
b540137820
Fix broken icon on force_skip_tests option in "Release: Manual" ( #9246 )
2025-09-24 16:17:18 +00:00
matt korwel
3667ecf107
Test workflow dispatch ( #9283 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-09-24 02:59:58 +00:00
Richie Foreman
93e022cee5
feat(ci): Add a "verify release" action + workflow to the pipeline ( #8929 )
...
Co-authored-by: matt korwel <matt.korwel@gmail.com >
2025-09-22 19:30:42 +00:00
Tommaso Sciortino
b9f6283a8e
Add skip_github_release option to Manual Release. ( #8932 )
2025-09-19 19:13:33 +00:00
Tommaso Sciortino
a815fa37e7
Fix npm_channel options in manual release workflow. ( #8766 )
2025-09-19 03:11:10 +00:00
matt korwel
930f39a0cd
Releasing: Patching and Rollback ( #8673 )
2025-09-18 04:16:08 +00:00