Variable: magit-release-commit-regexp
magit-release-commit-regexp is a variable defined in magit-tag.el.
Value
"\\`Release version \\(.+\\)\\'"
Documentation
Regexp used by magit-tag-release to parse release commit messages.
The first submatch must match the version string.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-tag.el
(defvar magit-release-commit-regexp "\\`Release version \\(.+\\)\\'"
"Regexp used by `magit-tag-release' to parse release commit messages.
The first submatch must match the version string.")