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 13a2cec82c Next release needs to include NPM.
13a2cec82c is described below
commit 13a2cec82c126f8e2144fe1cec2b35a6f83e934c
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Oct 21 11:10:17 2024 +0100
Next release needs to include NPM.
We removed it temporarily just to allow going through the release process
in order to bump the version number.
---
releasecandidate.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 055f3d4ddc..8d6dbabb98 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -1113,7 +1113,8 @@ ${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" />