Skip to content

Commit 0b08c2d

Browse files
authored
Update CONTRIBUTING.md
1 parent 498fc17 commit 0b08c2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ Note that baltic follows and enforces the [Contributor Covenant Code of Conduct]
99
If you'd like to contribute a bug fix feel free to start a pull request outlining the problem and its solution.
1010
For adding code for a new tree manipulation function or for a novel visualisation please open an issue first and describe the goal and suggested approach first.
1111
Even if suggested manipulations/visualisations don't make it into baltic's code base (_e.g._ if the application isn't broad) there will be room to share it under examples.
12+
13+
#### Release process
14+
Notes for internal use:
15+
1. Make a new github tag following [semantic versioning](https://medium.com/the-non-traditional-developer/semantic-versioning-for-dummies-45c7fe04a1f8)
16+
2. Edit the [version number](https://github.com/evogytis/baltic/blob/master/setup.py#L11) and [download url](https://github.com/evogytis/baltic/blob/master/setup.py#L14) in `setup.py`
17+
3. Push to pypi
18+
19+
```
20+
pip install twine
21+
python3 setup.py sdist
22+
twine upload dist/*
23+
```

0 commit comments

Comments
 (0)