Skip to content

Commit 0c57d09

Browse files
jDramaixcopybara-github
authored andcommitted
Introduce release GitHub workflow.
This change introduces a reusable GitHub workflow to handle the release process for all J2CL related projects. The git creation tag logic has been moved out of the release script to a specific workflow step. The release process can now be started from the github UI. PiperOrigin-RevId: 782983233
1 parent ee235bf commit 0c57d09

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

maven/deploy.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,3 @@ common::cleanup_temp_files() {
265265
rm -rf "${maven_wd}"
266266
fi
267267
}
268-
269-
common::create_and_push_git_tag() {
270-
local lib_version="$1"
271-
common::info "Creating git tag: ${lib_version}"
272-
git tag -a "${lib_version}" -m "${lib_version} release"
273-
git push origin "${lib_version}"
274-
}

0 commit comments

Comments
 (0)