snowdrop / release-manager

Jira Java Client Tool
3 stars 6 forks source link

Error on update-config-for-release: Invalid release: 2.3.10.RELEASE. Must follow Major.Minor.Fix format. #148

Closed jacobdotcosta closed 3 years ago

jacobdotcosta commented 3 years ago

When executing the update-config-for-release command an error is raised:

Invalid release: 2.3.10.RELEASE. Must follow Major.Minor.Fix format.

Although the release file has version 2.3.10.

jacobdotcosta commented 3 years ago

The problem seems to be in ReleaseFactory.java#L133 as the release-manager overrides the release descriptor version with the one from the pom.xml file.