Skip to content

Commit

Permalink
Merge pull request #4 from jenkinsci/hosting-issues
Browse files Browse the repository at this point in the history
Release drafter: add replacer for HOSTING issues
  • Loading branch information
oleg-nenashev authored Jun 14, 2019
2 parents 1800201 + 0de5f55 commit ab109b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ replacers:
replace: '[INFRA-$1](https://issues.jenkins-ci.org/browse/INFRA-$1) - '
- search: '/\[*WEBSITE-(\d+)\]*\s*-*\s*/g'
replace: '[WEBSITE-$1](https://issues.jenkins-ci.org/browse/WEBSITE-$1) - '
- search: '/\[*HOSTING-(\d+)\]*\s*-*\s*/g'
replace: '[HOSTING-$1](https://issues.jenkins-ci.org/browse/HOSTING-$1) - '
# TODO(oleg_nenashev): Find a better way to reference issues
- search: '/\[*SECURITY-(\d+)\]*\s*-*\s*/g'
replace: '[SECURITY-$1](https://jenkins.io/security/advisories/) - '
Expand Down

0 comments on commit ab109b6

Please sign in to comment.