Skip to content

Commit cc79db4

Browse files
committed
Updating docs
1 parent 97d74c3 commit cc79db4

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

RELEASE.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,21 @@ The process of releasing a new version involves several steps:
88

99
3. [Documentation](#documentation)
1010

11-
4. [Milestone](#milestone)
11+
4. [Make a release candidate](#make-a-release-candidate)
1212

13-
5. [HISTORY.md](#history.md)
13+
5. [Integration with SDV](#integration-with-sdv)
1414

15-
6. [Distribution](#distribution)
15+
6. [Milestone](#milestone)
1616

17-
7. [Integration with SDV](#integration-with-sdv)
17+
7. [HISTORY.md](#history.md)
1818

19-
7.1. [Install SDV from source](#install-sdv-from-source)
19+
8. [Distribution](#distribution)
2020

21-
7.2. [Install from distribution](#install-from-distribution)
21+
9. [Making the release](#making-the-release)
2222

23-
7.3. [Run SDV tests and README.md examples](#run-sdv-tests-and-readme.md-examples)
23+
9.1. [Tag and release to PyPi](#tag-and-release-to-pypi)
2424

25-
8. [Making the release](#making-the-release)
26-
27-
8.1. [Tag and release to PyPi](#tag-and-release-to-pypi)
28-
29-
8.2. [Update the release on GitHub](#update-the-release-on-github)
25+
9.2. [Update the release on GitHub](#update-the-release-on-github)
3026

3127

3228
## Install Copulas from source
@@ -128,7 +124,7 @@ git checkout -b test-copulas-X.Y.Z
128124
git push --set-upstream origin test-copulas-X.Y.Z
129125
```
130126

131-
4. Check the [actions][sdv-actions] tab on SDV to make sure all the tests pass.
127+
4. Check the [Actions][sdv-actions] tab on SDV to make sure all the tests pass.
132128

133129
[sdv-actions]: https://github.com/sdv-dev/SDV/actions
134130

0 commit comments

Comments
 (0)