Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with incorrect
-DEV
suffix in release.
The elvis operator returns the alternate branch if the condition is an empty string: ```groovy groovy:000> "" ?: "pouet" ===> pouet ```
- Loading branch information