Bug: Release names use wrong format #242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
Release names created by
cli/release_create.phpuse the format:The correct format should be:
With channel suffix for pre-releases:
Fix
Line 277 of
cli/release_create.phpchanged from:To:
Fix has been applied directly.
Branch created:
feature/242-bug-release-names-use-wrong-format