Skip to content

PERENTIE-1888 Update release procedure (branch name, make output)

Andrew Bolin requested to merge perentie-1888-release-proc into master

The software package release procedure had bad guidance on branch naming, which resulted in branches being rejected due to the presence of . characters:

remote: GitLab: Branch name 'rel-519-release-v-0.1.4' does not follow the pattern '^[a-z0-9]([-a-z0-9]*[a-z0-9])?$'

Also, make git-create-tag no longer requests a branch name.

Merge request reports