Skip to content

Commit 7e8c17b

Browse files
committed
Clear release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 78ec787 commit 7e8c17b

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

RELEASE_NOTES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,36 @@
22

33
## Summary
44

5-
This release just widens the `setuptools` dependency to allow for version 80.x.
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+
31+
## Bug Fixes
32+
33+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
34+
35+
### Cookiecutter template
36+
37+
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)