Skip to content

Commit 6a5baca

Browse files
more
1 parent 1d3015d commit 6a5baca

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- "dev"
8+
- "cypher-25"
89
- "5.x"
910
- "4.[0-9]"
1011
- "3.5"

.github/workflows/docs-teardown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request_target:
66
branches:
77
- "dev"
8+
- "cypher-25"
89
- "5.x"
910
- "4.[0-9]"
1011
- "3.5"

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The docs-cypher repo (and all CoreDB docs repos) will contain the following bran
4949

5050
* `4.4` - Long term support
5151
* `5.x` - Long term support.
52-
* `cypher-25` - this is the currently published version, and therefore is the branch that we publish all v5 docs from.
52+
* `cypher-25` - this is the currently published version, and therefore is the branch that we publish all Cypher 25 docs from.
5353
** PRs merged into this branch will be published live immediately.
5454
* `dev` - this is always the next release - this branch will be published on the staging server, as a preview, but we will never publish from this branch publicly.
5555
** Next means the “next version of documentation”, and may not mirror other Neo4j engineering repos.

0 commit comments

Comments
 (0)