Skip to content

Commit a118475

Browse files
committed
Prepare release notes for next release
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 75ab9f7 commit a118475

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 16 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 release improves dependabot groups so it is less likely that breaking updates are grouped with non-breaking updates and upgrades the GitHub workflows to use Ubuntu 24.04.
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,14 +14,10 @@ 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.12/cookiecutter/migrate.py | python3
1715
```
1816

19-
But you might still need to adapt your code.
20-
21-
<!-- Here upgrade steps for cookiecutter specifically -->
17+
But you might still need to adapt your code, in particular if you customized the dependabot configuration for the `pip` ecosystem.
2218

2319
## New Features
2420

25-
<!-- Here goes the main new features and examples or instructions on how to use them -->
26-
2721
### Cookiecutter template
2822

2923
- Dependabot config now uses a new grouping that should make upgrades more smooth.
@@ -34,11 +28,3 @@ But you might still need to adapt your code.
3428
* Finally, we group some dependencies that are related to each other, and usually needs to be updated together.
3529

3630
- GitHub workflows now use Ubuntu 24.04, as 20.04 is EOL.
37-
38-
## Bug Fixes
39-
40-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
41-
42-
### Cookiecutter template
43-
44-
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)