platform-samples
platform-samples copied to clipboard
Updated require-jira-issue.sh
'-' is a special character in regex when you use inside character class [], it stands for range when it appears anywhere else except
As the first character in class or after [^] At the end of character class so your regex should be -- 'JIRA-[0-9]+'