Skip to content

Commit 7daeacd

Browse files
committed
undo doc
1 parent be73aac commit 7daeacd

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

RELEASE.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ The process of releasing a new version involves several steps:
66

77
2. [Linting and tests](#linting-and-tests)
88

9-
3. [Make a release candidate](#make-a-release-candidate)
9+
3. [Documentation](#documentation)
1010

11-
4. [Integration with SDV](#integration-with-sdv)
11+
4. [Make a release candidate](#make-a-release-candidate)
1212

13-
5. [Milestone](#milestone)
13+
5. [Integration with SDV](#integration-with-sdv)
1414

15-
6. [Update HISTORY](#update-history)
15+
6. [Milestone](#milestone)
1616

17-
7. [Check the release](#check-the-release)
17+
7. [Update HISTORY](#update-history)
1818

19-
8. [Update stable branch and bump version](#update-stable-branch-and-bump-version)
19+
8. [Check the release](#check-the-release)
2020

21-
9. [Create the Release on GitHub](#create-the-release-on-github)
21+
9. [Update stable branch and bump version](#update-stable-branch-and-bump-version)
2222

23-
10. [Close milestone and create new milestone](#close-milestone-and-create-new-milestone)
23+
10. [Create the Release on GitHub](#create-the-release-on-github)
24+
25+
11. [Close milestone and create new milestone](#close-milestone-and-create-new-milestone)
2426

2527
## Install Copulas from source
2628

@@ -56,6 +58,22 @@ All checks passed!
5658

5759
The execution has finished with no errors, 0 test skipped and 7820 warnings.
5860

61+
## Documentation
62+
63+
The documentation must be up to date and generated with:
64+
65+
```bash
66+
make view-docs
67+
```
68+
69+
Read the documentation to ensure all the changes are reflected in the documentation.
70+
71+
Alternatively, you can simply generate the documentation using the command:
72+
73+
```bash
74+
make docs
75+
```
76+
5977
## Make a release candidate
6078

6179
1. On the Copulas GitHub page, navigate to the [Actions][actions] tab.

0 commit comments

Comments
 (0)