Skip to content

Commit 289ee10

Browse files
committed
Replace 6-dev with 6.0
1 parent e1d3c4e commit 289ee10

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.github/workflows/update_submodule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Get latest version of submodules and push back to 6-dev branch
1+
name: Get latest version of submodules and push back to 6.0 branch
22

33
on:
44
workflow_dispatch:
@@ -10,7 +10,7 @@ jobs:
1010
# Checkout
1111
- uses: actions/checkout@v3
1212
with:
13-
ref: 6-dev
13+
ref: 6.0
1414
submodules: true
1515

1616
- name: Submodule update

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Testing Status](https://github.com/plone/documentation/actions/workflows/test.yml/badge.svg?branch=6-dev "Testing Status")](https://github.com/plone/documentation/actions/workflows/test.yml)
1+
[![Testing Status](https://github.com/plone/documentation/actions/workflows/test.yml/badge.svg?branch=6.0 "Testing Status")](https://github.com/plone/documentation/actions/workflows/test.yml)
22

33
# Plone Documentation
44

@@ -9,7 +9,7 @@ This is the repository for Plone Documentation.
99

1010
Browse the Plone 6 Documentation at https://6.docs.plone.org/.
1111

12-
Active development on the Plone 6 Documentation takes place on the branch [`6-dev`](https://github.com/plone/documentation/tree/6-dev).
12+
Active development on the Plone 6 Documentation takes place on the branch [`6.0`](https://github.com/plone/documentation/tree/6.0).
1313

1414

1515
## Plone 5.2
@@ -24,7 +24,7 @@ Development on the Plone 5.2 Documentation takes place on the branch [`5.2`](htt
2424
- [Contributing to Plone 6 Documentation](https://6.docs.plone.org/contributing/index.html)
2525
- [Release Plone 6 docs Project Board](https://github.com/orgs/plone/projects/12)
2626
- [Issue Tracker](https://github.com/plone/documentation/issues)
27-
- [Source Code](https://github.com/plone/documentation/tree/6-dev)
27+
- [Source Code](https://github.com/plone/documentation/tree/6.0)
2828

2929

3030
### Contributing to frontend (Volto), `plone.api`, and `plone.restapi` documentation

docs/contributing/documentation/admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ To make it easier for other contributors to work with your project, update the f
8181
- Add the symlink `docs/my_package` to `.gitignore`.
8282
- Optionally set a branch to work on in `.gitmodules`.
8383

84-
Commit and push your changes to a remote, and submit a pull request against [`plone/documentation@6-dev`](https://github.com/plone/documentation/compare).
84+
Commit and push your changes to a remote, and submit a pull request against [`plone/documentation@6.0`](https://github.com/plone/documentation/compare).

docs/contributing/documentation/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Quick edits for minor issues, such as typographical errors, misspellings, and En
127127
:alt: GitHub Edit this file
128128
```
129129
1. Make edits, add a commit message, select {guilabel}`Create a new branch for this commit and start a pull request`, then click {guilabel}`Propose changes`.
130-
1. Make your pull request against the branch `6-dev`.
130+
1. Make your pull request against the branch `6.0`.
131131
1. Members who subscribe to the repository will receive a notification and review your request.
132132
1. Request a review from other team members.
133133
@@ -148,15 +148,15 @@ This practice differs depending on whether you are making contributions to only
148148
149149
This section describes how to make contributions to files in the `plone/documentation` repository only, and excludes files in `submodules/plone.api/docs`, `submodules/plone.restapi/docs` and `submodules/volto/docs`.
150150
151-
1. From the project root directory, sync your local `6-dev` branch with its remote.
151+
1. From the project root directory, sync your local `6.0` branch with its remote.
152152
You might need to resolve conflicts.
153153
154154
```shell
155-
git checkout 6-dev
155+
git checkout 6.0
156156
git pull
157157
```
158158
159-
1. Create a new branch from `6-dev`.
159+
1. Create a new branch from `6.0`.
160160
161161
```shell
162162
git checkout -b <new_branch>
@@ -195,7 +195,7 @@ This section describes how to make contributions to files in the `plone/document
195195
git push
196196
```
197197
198-
1. Visit the GitHub `documentation` repository, and [create a pull request](https://github.com/plone/documentation/compare) against the branch `6-dev`.
198+
1. Visit the GitHub `documentation` repository, and [create a pull request](https://github.com/plone/documentation/compare) against the branch `6.0`.
199199
1. Members who subscribe to the repository will receive a notification and review your request.
200200
1. Request a review from other team members.
201201
@@ -209,15 +209,16 @@ We use `git submodules` to manage multiple repositories.
209209
We imported the external repositories the `plone/documentation` repository as described in {doc}`setup-build`.
210210
211211
```{important}
212-
We currently use the branches `plone/documentation@6-dev`, `plone/plone.api@master`, `plone/plone.restapi@master`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
212+
We currently use the branches `plone/[email protected]`, `plone/plone.api@master`, `plone/plone.restapi@master`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
213+
For Volto, we backport changes to documentation from `plone/volto@master` to `plone/[email protected]`, and deploy documentation from `plone/[email protected]`.
213214
These branches may change as we get closer to a production release.
214215
```
215216

216-
1. From the project root directory, sync your local `6-dev` branch with its remote.
217+
1. From the project root directory, sync your local `6.0` branch with its remote.
217218
You might need to resolve conflicts.
218219

219220
```shell
220-
git checkout 6-dev
221+
git checkout 6.0
221222
git pull
222223
```
223224

0 commit comments

Comments
 (0)