You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx/development.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ to `pyproject.toml`. The value besides `log_cli_level` is the minimum level of l
57
57
58
58
2. Make sure all [workflows of the CI system work correctly](https://github.com/MyTooliT/ICOtest/actions)
59
59
60
-
3. Release a new version on [PyPI](https://pypi.org/project/icotest/):
60
+
3. Check that the most recent [“Read the Docs” build of the documentation ran successfully](https://app.readthedocs.org/projects/icotest/)
61
+
62
+
4. Release a new version on [PyPI](https://pypi.org/project/icotest/):
61
63
1. Increase version number
62
64
2. Add git tag containing version number
63
65
3. Push changes
@@ -70,7 +72,7 @@ to `pyproject.toml`. The value besides `log_cli_level` is the minimum level of l
70
72
git push && git push --tags
71
73
```
72
74
73
-
4. Open the [release notes](https://github.com/MyTooliT/ICOtest/tree/main/doc/release) for the latest version and [create a new release](https://github.com/MyTooliT/ICOtest/releases/new)
75
+
5. Open the [release notes](https://github.com/MyTooliT/ICOtest/tree/main/doc/release) for the latest version and [create a new release](https://github.com/MyTooliT/ICOtest/releases/new)
74
76
1. Paste them into the main text of the release web page
75
77
2. Insert the version number into the tag field
76
78
3. For the release title use “Version <VERSION>”, where `<VERSION>` specifies the version number (e.g. “Version 0.2”)
0 commit comments