Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .repver
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ commands:
delete_branch: true

- name: "justthedocsversion"
params:
- name: "version"
pattern: "^v(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)$"
targets:
- path: "docs/_config.yml"
pattern: "^remote_theme: just-the-docs/just-the-docs@(?P<version>.*)$"
git:
params:
- name: "version"
pattern: "^v(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)$"
targets:
- path: "docs/_config.yml"
pattern: "^remote_theme: just-the-docs/just-the-docs@(?P<version>.*)$"
git:
create_branch: true
branch_name: "repver/just-the-docs-{{version}}"
commit: true
Expand All @@ -41,13 +41,13 @@ commands:
delete_branch: true

- name: "mermaidversion"
params:
- name: "version"
pattern: "^(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)$"
targets:
- path: "docs/_config.yml"
pattern: "^ version: \"(?P<version>[^\"]+)\" # MERMAIDVERSION$"
git:
params:
- name: "version"
pattern: "^(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)$"
targets:
- path: "docs/_config.yml"
pattern: "^ version: \"(?P<version>[^\"]+)\" # MERMAIDVERSION$"
git:
create_branch: true
branch_name: "repver/mermaid-{{version}}"
commit: true
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ callouts:
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "11.12.3" # MERMAIDVERSION
version: "11.16.1" # MERMAIDVERSION

# External navigation links
nav_external_links:
Expand Down
Loading