mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix Release Drafter replacer (#7348)
This commit is contained in:
parent
b2731d79d2
commit
70a315d80e
5
.github/release-drafter.yml
vendored
5
.github/release-drafter.yml
vendored
@ -1,3 +1,6 @@
|
|||||||
|
branches:
|
||||||
|
- release-drafter # for testing edits to this configuration
|
||||||
|
|
||||||
name-template: 'Version $NEXT_PATCH_VERSION'
|
name-template: 'Version $NEXT_PATCH_VERSION'
|
||||||
tag-template: 'v$NEXT_PATCH_VERSION'
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
||||||
|
|
||||||
@ -29,5 +32,5 @@ template: |
|
|||||||
|
|
||||||
replacers:
|
replacers:
|
||||||
# Category titles
|
# Category titles
|
||||||
- search: '\#\# (\*\*(ADDED|FIXED|CHANGED):\*\*)'
|
- search: '/\#\# (\*\*(ADDED|FIXED|CHANGED):\*\*)/g'
|
||||||
replace: '$1'
|
replace: '$1'
|
||||||
|
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_release_draft:
|
draft:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Release Drafter
|
- name: Release Drafter
|
||||||
|
Loading…
Reference in New Issue
Block a user