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
# double quotes are not added, due to formatting hell. Double quotes will cause the creation of additional unwanted new lines, even when checked out as \"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ For each version important additions, changes and removals are listed here.
6
6
The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7
7
and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8
8
9
+
## [v0.14.4] Release for the Journal of Open Source Software JOSS - 2024-06-07
10
+
### Added
11
+
- Extend documentation section `getting started` based on the JOSS Review [#523](https://github.com/OpenEnergyPlatform/open-MaStR/pull/523)
12
+
- Extend and repair documentation based on the JOSS Review [#527](https://github.com/OpenEnergyPlatform/open-MaStR/pull/527)
13
+
- Add issue template and workflow to populate USERS.cff [#528](https://github.com/OpenEnergyPlatform/open-MaStR/pull/529)
14
+
- Add imposter syndrom disclaimer to `CONTRIBUTING.md`[#537](https://github.com/OpenEnergyPlatform/open-MaStR/pull/537)
15
+
### Changed
16
+
- Change License identifier for pypi [#525](https://github.com/OpenEnergyPlatform/open-MaStR/pull/525)
17
+
- Change header to identify as open-mastr during http request [#526](https://github.com/OpenEnergyPlatform/open-MaStR/pull/526)
18
+
- Fixed missing call to gen_url in case first bulk download fails as xml file for today is not yet available [#534](https://github.com/OpenEnergyPlatform/open-MaStR/pull/534)
19
+
- Repair links in the documentation page [#536](https://github.com/OpenEnergyPlatform/open-MaStR/pull/536)
@@ -15,12 +42,11 @@ Please be self-reflective and always maintain a good culture of discussion and a
15
42
Since the open license allows free use, no notification is required.
16
43
However, for the authors it is valuable information who uses the software for what purpose.
17
44
Indicators are `Watch`, `Fork` and `Starred` of the repository.
18
-
If you are a user, please add your name and details in USERS.cff
45
+
If you are a user, please add your name and details in [USERS.cff](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/USERS.cff) by using the [issue template](https://github.com/OpenEnergyPlatform/open-MaStR/issues/new?assignees=&labels=user&projects=&template=user-kudos.md&title=Add+new+user+to+USERS.cff).
19
46
20
47
### B. Comment
21
48
You can give ideas, hints or report bugs in issues, in PR, at meetings or other channels.
22
49
This is no development but can be considered a notable contribution.
23
-
If you wish, add your name and details to `CITATION.cff`.
24
50
25
51
### C. Contribute and Review
26
52
You add code and become an author of the repository.
@@ -114,6 +140,7 @@ git commit filename.md
114
140
```
115
141
116
142
Write a good `commit message`:
143
+
117
144
- "If applied, this commit will ..."
118
145
- Follow [existing conventions for commit messages](https://chris.beams.io/posts/git-commit)
119
146
- Keep the subject line [shorter than 50 characters](https://chris.beams.io/posts/git-commit/#limit-50)
@@ -156,6 +183,7 @@ Follow the GitHub guide [approving a pull request with required reviews](https:/
156
183
Assign one reviewer or a user group and get into contact.
157
184
158
185
If you are the reviewer:
186
+
159
187
- Check the changes in all corresponding files.
160
188
- Checkout the branch and run code.
161
189
- Comment if you would like to change something (Use `Request changes`)
Copy file name to clipboardExpand all lines: RELEASE_PROCEDURE.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,15 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
54
54
* Commit version update with `git commit -am "version update v0.12.1a1"`
55
55
* Push branch with `git push --set-upstream origin release-v0.12.1`
56
56
57
-
### 6. Check release on Test-PyPI
57
+
### 6. 📝 Update the version files
58
+
*`📝CHANGELOG.md`
59
+
* All Pull Request are included
60
+
* Add a new section with correct version number
61
+
* Give the suitable name to the release
62
+
*`📝CITATION.cff`
63
+
* Update `date-released`
64
+
65
+
### 7. Optional: Check release on Test-PyPI
58
66
59
67
* Check if the release it correctly displayed on [Test-PyPI](https://test.pypi.org/project/open-mastr/#history)
60
68
* You can trigger the release manually within github actions using the `run workflow` button on branch `release-v0.12.1` on the workflow `Build and release on pypi tests`
@@ -64,14 +72,6 @@ It always has the format `YYYY-MM-DD`, e.g. `2022-05-16`.
64
72
* Note: The release on Test-PyPI might fail, but it will be the correct release version for the PyPI server.
0 commit comments