Skip to content

Commit 5c0f3a5

Browse files
authored
Update DEVELOPING.md
1 parent d76b21d commit 5c0f3a5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

DEVELOPING.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,11 @@ black hpecp
143143

144144
### RELEASING
145145

146-
- Not applicable while pre-alpha.
146+
- 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
147150

148-
```
149-
vi setup.py # increment version
150-
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-
```
156151

157152
### TROUBLESHOOTING
158153

0 commit comments

Comments
 (0)