We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76b21d commit 5c0f3a5Copy full SHA for 5c0f3a5
DEVELOPING.md
@@ -143,16 +143,11 @@ black hpecp
143
144
### RELEASING
145
146
- - Not applicable while pre-alpha.
+ - Releasing is done using semantic releases.
147
+ - The commit message will determine the release numbering, e.g.
148
+ - `fix(sometext): fix message` - this will call a minor jump e.g. X.Y.Z to X.Y.Z+1
149
+ - `feat(sometext): feature message` - this will call a major jump e.g. X.Y.Z to X.Y+1.Z
150
-```
-vi setup.py # increment version
-git add ...
151
-git commit -m '...'
152
-git tag 0.0.9 -m "Add pypi python versions"
153
-git push origin 0.0.9
154
-python setup.py sdist upload -r pypi
155
156
157
### TROUBLESHOOTING
158
0 commit comments