Skip to content

Commit a200cca

Browse files
committed
Prepare release notes for v0.16.0
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 76f81a4 commit a200cca

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This is a maintenance, template-only, bugfix release.
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
119
### Cookiecutter template
1210

1311
All upgrading should be done via the migration script or regenerating the templates.
@@ -16,22 +14,8 @@ All upgrading should be done via the migration script or regenerating the templa
1614
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.16.0/cookiecutter/migrate.py | python3
1715
```
1816

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-
3117
## Bug Fixes
3218

33-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
34-
3519
### Cookiecutter template
3620

3721
- Added a migration step for api repositories to fix `mkdocs.yml` when the previous `mkdocstrings-python` v2 migration moved only `paths: ["src"]` under `handlers.python.options` but not `paths: ["py"]`.

0 commit comments

Comments
 (0)