ndimiduk opened a new pull request #1473: HBASE-24160 create-release fails to 
process x.y.0 version info correctly
URL: https://github.com/apache/hbase/pull/1473
 
 
   Current code gives me the following; notice default values generated
   for `RELEASE_VERSION` and `api_diff_tag`.
   
   ```
   GIT_BRANCH [branch-2.3]:
   Current branch VERSION is 2.3.0-SNAPSHOT.
   RELEASE_VERSION [2.3.-1]: 2.3.0
   NEXT_VERSION [2.3.0-SNAPSHOT]: 2.3.1-SNAPSHOT
   RC_COUNT [0]:
   GIT_REF [2.3.0RC0]:
   api_diff_tag, [rel/2.2.0)]:
   ```
   
   With this patch I get
   
   ```
   GIT_BRANCH [branch-2.3]:
   Current branch VERSION is 2.3.0-SNAPSHOT.
   RELEASE_VERSION [2.3.0]:
   NEXT_VERSION [2.3.1-SNAPSHOT]:
   RC_COUNT [0]:
   GIT_REF [2.3.0RC0]:
   api_diff_tag, [rel/2.2.0]:
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to