diff options
author | Rick Elrod <rick@elrod.me> | 2021-02-28 04:51:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 04:51:11 +0100 |
commit | 17fabd8b45befd9e9637d70e8787c3e672b9b79b (patch) | |
tree | 0a3253a309445b638eafb6fa166c123359efbcd2 | |
parent | Improve ArgumentSpecValidator unit tests (#73642) (diff) | |
download | ansible-17fabd8b45befd9e9637d70e8787c3e672b9b79b.tar.xz ansible-17fabd8b45befd9e9637d70e8787c3e672b9b79b.zip |
[changelog config] Ansible Base -> ansible-core (#73739)
Signed-off-by: Rick Elrod <rick@elrod.me>
-rw-r--r-- | changelogs/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 4c4bde1962..3a55d90017 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,5 +1,5 @@ --- -title: Ansible Base +title: ansible-core release_tag_re: '(v(?:[\d.ab\-]|rc)+)' pre_release_tag_re: '(?P<pre_release>(?:[ab]|rc)+\d*)$' changes_file: changelog.yaml |