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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,15 @@ Note that baltic follows and enforces the [Contributor Covenant Code of Conduct]
9
9
If you'd like to contribute a bug fix feel free to start a pull request outlining the problem and its solution.
10
10
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.
11
11
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`
0 commit comments