File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,15 @@ Projects
99
99
.. |mock-badge | image :: https://img.shields.io/github/stars/sphinx-notes/mock.svg?style=social&label=Star&maxAge=2592000
100
100
:target: https://github.com/sphinx-notes/mock
101
101
102
+ Documentations
103
+ ==============
104
+
105
+ .. toctree ::
106
+ :caption: Documentations
107
+ :glob:
108
+
109
+ *
110
+
102
111
Links
103
112
=====
104
113
Original file line number Diff line number Diff line change
1
+ ================
2
+ Release Strategy
3
+ ================
4
+
5
+ Versioning
6
+ ==========
7
+
8
+ - All versions should follow the format of ``MAJOR.MINOR ``
9
+ - To reduce the maintenance burden, normally we won't do bugfix for non-latest
10
+ versions neither release patch versions
11
+ - We may have alpha (such ``1.0a0 ``) or beta (such as ``1.0b0 ``) versions before
12
+ the official release
13
+
14
+ Publishing
15
+ ==========
16
+
17
+ We publishing python packages on PyPI, with "sphinxnotes" prefix, just
18
+ access https://pypi.org/search/?q=sphinxnotes to get all of them.
19
+
20
+ PyPI publishing already `automated with Github Actions `__.
21
+ If you want to publish package locally, execute ``make upload `` from the project
22
+ root (make sure you have your `API token `__ correctly configured)
23
+
24
+ __ https://github.com/sphinx-notes/cookiecutter/blob/master/%7B%7Bcookiecutter.name%7D%7D/.github/workflows/release.yml
25
+ __ https://pypi.org/help/#apitoken
You can’t perform that action at this time.
0 commit comments