Responses inline...

On 10/2/19, 1:37 AM, "Piotr Zarzycki" <[email protected]> wrote:

    Just to understand something. releasecandidate script is using tag instead
    release branch to whole operation of increase version ?

No, the  "get_head_of_rc_branches" target should get you the head.
    
    > Hi,
    >
    > I just tried releasecandidate script. It contains following steps.
    >
    > <antcall target="release.tag" />
    >         <!-- 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="update.versions" />
    >         <antcall target="merge_rc_to_develop" />
    >         <antcall target="release.maven.staging.repo" />
    >
    > One step previous was move in svn binaries from dev folder to release - I
    > omit that cause I did it already manually. Launching following steps I
    > reached release.npm - Which requires login and password to npm - I
    > omitted that as well. Next was update.versions and it failed with 
following
    > stack trace [1]
    >

The login and password is available in the private@ archives.


    > In mentioned lines in the stacktrace I have:
    >
    > Line 1088:
    > <antcall target="update.versions" />
    >
    > Line 1216:
    > <exec executable="${git}" dir="${compiler}" failonerror="true" >
    >             <arg value="commit" />
    >             <arg value="-m" />
    >             <arg value="update version to ${new.release.version}" />
    >         </exec>
    >
    > [1] 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F15biu&amp;data=02%7C01%7Caharui%40adobe.com%7Ca6fd586ab1f044a4b2c408d74713bf65%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637056022453516542&amp;sdata=usDOkcnLx4HhZJSYsMde5pnvgQMDyKLSIKeOccmCJkc%3D&amp;reserved=0

You did not post the whole log, so it is possible you missed a step.  There is 
almost no way there shouldn't be changes and the head should not be detached.

-Alex 

Reply via email to