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
* Update documentation
* add workbook interiors listing
* add some pretty printing of field data
* Update filtering.twb to include newly supported geocoding data
* switch from ElementTree to lxml
Co-authored-by: Mikhail K <[email protected]>
Copy file name to clipboardExpand all lines: docs/docs/contributing.md
+9
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,12 @@ For all other things, please submit a PR that includes the fix, documentation, o
56
56
If the feature is complex or has multiple solutions that could be equally appropriate approaches, it would be helpful to file an issue to discuss the
57
57
design trade-offs of each solution before implementing, to allow us to collectively arrive at the best solution, which most likely exists in the middle
58
58
somewhere.
59
+
60
+
61
+
## Release process
62
+
63
+
We expect that everything merged into the development branch is ready to release on master. Releases can be made at any time - ideally it would be on a regular cadence but currently it is basically on request.
64
+
- bump the version in setup.py
65
+
- update the changelog: all commits to development should contain a meaningful message, the changelog can be built from these
66
+
- merge to master.
67
+
This kicks off an automated release in github and then publish to pypi.
0 commit comments