Skip to content

Commit 2faf053

Browse files
committed
move doc version info to doc development section
1 parent bc4e22f commit 2faf053

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEVELOPMENT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ R -e 'devtools::document()'
3636
python -m http.server -d docs
3737
```
3838

39+
For `pkgdown` to correctly generate both public (`main`) and `dev` documentation sites, the package version in `DESCRIPTION` on `dev` must have four components, and be of the format `x.x.x.9000`. The package version on `main` must be in the format `x.x.x`.
40+
41+
The documentation website is updated on push or pull request to the `main` and `dev` branches.
42+
3943
## Release process
4044

4145
### Manual
4246

4347
TBD
4448

45-
For `pkgdown` to correctly generate both public (`main`) and `dev` documentation sites, the package version in `DESCRIPTION` on `dev` must have four components, and be of the format `x.x.x.9000`. The package version on `main` must be in the format `x.x.x`.
46-
47-
The documentation website is updated on push or pull request to the `main` and `dev` branches.
48-
4949
### Automated (currently unavailable)
5050

5151
The release consists of multiple steps which can be all done via the GitHub website:

0 commit comments

Comments
 (0)