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: RELEASE_PROCEDURE.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
40
40
### 3. 🐙 Create a `Draft GitHub Release`
41
41
*[Draft a new release](https://github.com/OpenEnergyPlatform/open-MaStR/releases/new)
42
42
* Enter the release version number `v0.12.1` as title
43
-
* Summarize key changes in the description
44
-
* Use the `generate release notes` button provided by github (This might only work after the release branch is merged on production)
45
43
* Save draft
46
44
47
45
### 4. 🐙 Finish all planned Developments
@@ -52,7 +50,7 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
52
50
53
51
### 5. 💠 Create a `release` branch
54
52
* Checkout `develop` and branch with `git checkout -b release-v0.12.1`
55
-
* Update version for test release with e.g. `bump2version patch`. To specify version numbers manually use `bump2version --current-version <current_version> --new-version <new_version> patch`
53
+
* Update version for test release with `bump2version --current-version <current_version> --new-version <new_version> patch`
56
54
* Commit version update with `git commit -am "version update v0.12.1a1"`
57
55
* Push branch with `git push --set-upstream origin release-v0.12.1`
58
56
@@ -77,11 +75,11 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
77
75
### 8. 🐙 Create a `Release Pull Request`
78
76
* Use `📝PR_TEMPLATE_RELEASE` (❗ToDo❗)
79
77
* Merge `release` into `production` branch
80
-
* Assign two reviewers to check the release
78
+
* Assign reviewers to check the release
81
79
* Run all test
82
80
* Execute the software locally
83
81
* Wait for reviews and tests
84
-
* Merge PR and delete `release` branch
82
+
* Merge PR
85
83
86
84
### 9. 💠 Set the `Git Tag`
87
85
* Checkout `production` branch and pull
@@ -96,6 +94,7 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
96
94
### 10. 🐙 Publish `Release` on GitHub and PyPI
97
95
* Navigate to your [releases](https://github.com/OpenEnergyPlatform/open-MaStR/releases/) on GitHub and open your draft release.
98
96
* Summarize key changes in the description
97
+
* Use the `generate release notes` button provided by github (This only works after the release branch is merged on production)
99
98
* Choose the correct git `tag`
100
99
* Choose the `production` branch
101
100
* Publish release
@@ -105,19 +104,21 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
105
104
▶️ In the background the GitHub workflow (pypi-publish.yml) will publish the package 📦 on PyPI!
106
105
107
106
### 11. 🐙 Set up new development
108
-
* Create a Pull request from `production` to `develop`
107
+
* Create a Pull request from `release-*` to `develop`
109
108
* Create a new **unreleased section** in the `📝CHANGELOG.md`
110
109
```
111
110
## [v0.XX.X] unreleased
112
111
### Added
113
112
### Changed
114
113
### Removed
115
114
```
115
+
* Merge `release-*` to `develop` and delete `release-*` branch
116
116
117
117
▶️ Continue the developments 🛠
118
118
119
119
## Documentation on Read the Docs (RTD)
120
-
ToDo
120
+
* ReadTheDocs triggers a new built automatically after the release on github. To see
121
+
the build status, visit https://readthedocs.org/projects/open-mastr/builds/
Copy file name to clipboardExpand all lines: docs/dataset.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ After downloading the MaStR, you will find a database with a large number of tab
67
67
| Table name | Comments |
68
68
|------|------|
69
69
| balancing_area | *Related to the energy market* |
70
+
| changed_dso_assignment | *Units where the DSO responsibility changed* |
70
71
| electricity_consumer | *Only large consumers* |
71
72
| gas_consumer | *Only large consumers* |
72
73
| gas_producer | |
@@ -81,6 +82,7 @@ After downloading the MaStR, you will find a database with a large number of tab
81
82
| storage_units | |
82
83
| kwk | *short for: Combined heat and power (CHP)* |
83
84
85
+
84
86
### MaStR data model
85
87
A useful overview of the MaStR data model can be found [here (in german)](https://www.marktstammdatenregister.de/MaStRHilfe/files/webdienst/Objektmodell%20-%20Fachliche%20Ansicht%20V1.2.0.pdf). A translated version using the names from the tables you can find in your local database is presented here:
0 commit comments