Skip to content

Commit c365062

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

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

Diff for: RELEASE_NOTES.md

+3-13
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).
@@ -24,11 +22,11 @@ curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-
2422
But you might still need to adapt your code:
2523

2624
* The new workflows will test using Python 3.12 too, if your code is not compatible with it, you might need to fix it, or you can just remove the Python 3.12 from the test matrix if you need a quick fix. For example, the `typing-extension` library is compatible with Python 3.12 from version 4.6.0, so you might need to upgrade it if you are using it.
25+
* Check the new dependabot configuration file if you customized the dependabot configuration for the `pip` ecosystem.
26+
* Add exclusions for any other dependency you have at v0.x.x or that breaks frequently, so dependabot PRs are easy to merge.
2727

2828
## New Features
2929

30-
<!-- Here goes the main new features and examples or instructions on how to use them -->
31-
3230
### Cookiecutter template
3331

3432
- Dependabot config now uses a new grouping that should make upgrades more smooth.
@@ -49,11 +47,3 @@ But you might still need to adapt your code:
4947
[ubuntu-20.04]: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
5048

5149
- The Python `Protect version branches` branch protection rule now request review to Copilot by default.
52-
53-
## Bug Fixes
54-
55-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
56-
57-
### Cookiecutter template
58-
59-
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)