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: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ automatically from "docstring" comments in source code. This means the comment
55
55
section in the source code is important for the quality of documentation.
56
56
- A docstring should start with one summary line, ended the line with a full stop (period),
57
57
then followed by a blank line before the start new paragraph.
58
+
- A commit to release branches (e.g. `2.2`, `2.1`) with a title **"(build and deploy docs)"** (without quotes) will trigger the system to rebuild the documentation files and upload them to the website https://pythainlp.github.io/docs.html
58
59
59
60
60
61
## Testing
@@ -95,6 +96,9 @@ Make sure the same tests pass on Travis CI and AppVeyor.
95
96
bumpversion build
96
97
#current_version = 2.2.2-dev2
97
98
99
+
bumpversion release
100
+
#current_version = 2.2.2-beta0
101
+
98
102
bumpversion release
99
103
#current_version = 2.2.2
100
104
@@ -110,11 +114,13 @@ Make sure the same tests pass on Travis CI and AppVeyor.
0 commit comments