Skip to content

Commit 4907641

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

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 14 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 more actions, run PR checks faster and use Ubuntu 24.04 instead of 20.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
* Branch protection rule **Protect version branches** was updated, please re-import it following the [instructions](https://frequenz-floss.github.io/frequenz-repo-config-python/v0.13/user-guide/start-a-new-project/configure-github/#rulesets).
@@ -18,11 +16,12 @@ All other upgrading should be done via the migration script or regenerating the
1816
curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3
1917
```
2018

21-
But you might still need to adapt your code.
19+
But you might still need to adapt your code:
2220

23-
## New Features
21+
* Check the new dependabot configuration file if you customized the dependabot configuration for the `pip` ecosystem.
22+
* Add exclusions for any other dependency you have at v0.x.x or that breaks frequently, so dependabot PRs are easy to merge.
2423

25-
<!-- Here goes the main new features and examples or instructions on how to use them -->
24+
## New Features
2625

2726
### Cookiecutter template
2827

@@ -42,11 +41,3 @@ But you might still need to adapt your code.
4241
The push workflow does a more intense testing with all matrix combinations. This also runs for the merge queue, so before PRs are actually merged the tests will run for the complete matrix.
4342

4443
[ubuntu-20.04]: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
45-
46-
## Bug Fixes
47-
48-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
49-
50-
### Cookiecutter template
51-
52-
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)