This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 93992b86b0 Don't release npm for now - wait for next release
93992b86b0 is described below
commit 93992b86b0958b65130a8893be31df8bf21c0e83
Author: Yishay Weiss <[email protected]>
AuthorDate: Fri Oct 4 10:56:09 2024 +0100
Don't release npm for now - wait for next release
---
releasecandidate.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releasecandidate.xml b/releasecandidate.xml
index df1bebcf9a..055f3d4ddc 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -1113,7 +1113,7 @@ ${my.name}
<!-- this is intended to merge the tag to master because it should
have the right versions in it -->
<antcall target="merge_rc_to_master" />
<antcall target="get_head_of_rc_branches" />
- <antcall target="release.npm" />
+ <!-- <antcall target="release.npm" /> -->
<antcall target="update.versions" />
<antcall target="merge_rc_to_develop" />
<antcall target="release.maven.staging.repo" />