Commit d2d3d14
Improve J2CL OSS release process and automate sample version bumping.
This CL updates the J2CL release infrastructure to allow initiating releases from google3.
Changes:
- Add prepare_oss_release.sh: A bash script to automate the release process. It creates a new CitC client, bumps j2cl version in samples' MODULE.bazel.oss files, and updates oss_version.txt to trigger the github workflow later.
- Update .github/workflows/release.yaml: Added a push trigger on oss_version.txt to automatically start the release when the version is updated. Maintained backward compatibility for workflow_dispatch as the workflow is shared and used by other project. We will follow-up and update the other projects to follow the same process.
- Update .bcr/presubmit.yml: Removed module overrides so BCR tests against the specified version instead of local files.
- Add oss_version.txt: A trigger file that holds the version to be released.
PiperOrigin-RevId: 9065150161 parent 6edcd81 commit d2d3d14
1 file changed
Lines changed: 37 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
34 | 59 | | |
| 60 | + | |
35 | 61 | | |
36 | 62 | | |
37 | | - | |
| 63 | + | |
38 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
39 | 71 | | |
40 | 72 | | |
41 | 73 | | |
42 | 74 | | |
43 | 75 | | |
44 | 76 | | |
45 | | - | |
46 | 77 | | |
47 | 78 | | |
48 | 79 | | |
| |||
82 | 113 | | |
83 | 114 | | |
84 | 115 | | |
85 | | - | |
| 116 | + | |
86 | 117 | | |
87 | 118 | | |
88 | 119 | | |
| |||
92 | 123 | | |
93 | 124 | | |
94 | 125 | | |
95 | | - | |
| 126 | + | |
96 | 127 | | |
97 | | - | |
| 128 | + | |
98 | 129 | | |
99 | 130 | | |
100 | 131 | | |
| |||
0 commit comments