Skip to content

Commit 5fb428b

Browse files
committed
Prepare release notes for the v0.13.5 release
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 15c1a4e commit 5fb428b

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
# Frequenz Repository Configuration Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
### Cookiecutter template
12-
13-
All upgrading should be done via the migration script or regenerating the templates.
14-
15-
```bash
16-
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3
17-
```
18-
19-
But you might still need to adapt your code:
20-
21-
<!-- Here upgrade steps for cookiecutter specifically -->
22-
23-
## New Features
24-
25-
<!-- Here goes the main new features and examples or instructions on how to use them -->
26-
27-
### Cookiecutter template
28-
29-
<!-- Here new features for cookiecutter specifically -->
30-
313
## Bug Fixes
324

335
- Fixed some typos in the docs.
@@ -37,7 +9,3 @@ But you might still need to adapt your code:
379

3810
* Command-line: Now extra white-spaces and empty strings are removed, before they were passed to `protoc -I`.
3911
* `pyproject.toml`: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to `protoc -I`.
40-
41-
### Cookiecutter template
42-
43-
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)