You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Branch Pattern Detection**: The bot uses `release_branch_template` to detect which PR merges should trigger auto-publishing. The template supports Jinja2-style placeholders:
431
+
-`{major}` - Major version number
432
+
-`{minor}` - Minor version number
433
+
-`{patch}` - Patch version number
434
+
435
+
The bot converts this template to a regex pattern to match incoming PR branches.
0 commit comments