File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ 1.0.1] - 2022-05-04
10
10
11
+ ### Added
12
+
13
+ - Steps for release in the developer guide
14
+
11
15
### Fixed
12
16
13
- - Specify ` Compounder ` type using a protocol to avoid mypy_extensions import
17
+ - Specify ` Compounder ` type using a protocol to avoid ` mypy_extensions ` import
14
18
15
19
## [ 1.0.0] - 2022-05-04
16
20
Original file line number Diff line number Diff line change @@ -63,6 +63,17 @@ Build this documentation
63
63
.. _poetry : https://python-poetry.org/
64
64
65
65
66
+ Releases
67
+ ========
68
+
69
+ 1. Create a new section in CHANGELOG.md
70
+ 2. Add a new release in GitHub (see `release documentation `_), creating a new tag
71
+ 3. CI in ``on_release.yml `` will apply the tag as the build version and publish to PyPi
72
+
73
+ .. _release documentation : https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
74
+
75
+
76
+
66
77
Architecture
67
78
============
68
79
You can’t perform that action at this time.
0 commit comments