Skip to content

Commit

Permalink
Update REL_NAME_REGEXP
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Aug 6, 2019
1 parent 02427c3 commit eb1a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process-build-release-request
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ PROD_ARCH_NOT_READY_MSG = 'ATTENTION!!! The production architecture ({prod_arch}
'This needs to be checked before asking me to generate the release notes.\n'\
'When the production architecture is installed successfully, I will generate the release notes.'\
' You don\'t need to write the command again.'
REL_NAME_REGEXP="(CMSSW_[0-9]+_[0-9]+)_[0-9]+(_SLHC[0-9]*|)(_pre[0-9]+|_[a-zA-Z]*patch[0-9]+|)(_[^_]*|)"
REL_NAME_REGEXP="(v_[0-9]+_[0-9]+)_[0-9]+(_SLHC[0-9]*|)(_pre[0-9]+|_[a-zA-Z]*patch[0-9]+|)(_[^_]*|)"
UPLOAD_COMMENT = 'upload %s'
UPLOAD_ALL_COMMENT = '^[uU]pload all$'
ABORT_COMMENT = '^[Aa]bort$'
Expand Down

0 comments on commit eb1a272

Please sign in to comment.