You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+5-14
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,10 @@
2
2
3
3
## Summary
4
4
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.
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
-
11
9
### Cookiecutter template
12
10
13
11
* 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).
@@ -21,11 +19,12 @@ All other upgrading should be done via the migration script or regenerating the
* Check the new dependabot configuration file if you customized the dependabot configuration for the `pip` ecosystem.
25
+
* Add exclusions for any other dependency you have at v0.x.x or that breaks frequently, so dependabot PRs are easy to merge.
27
26
28
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
27
+
## New Features
29
28
30
29
### Cookiecutter template
31
30
@@ -45,11 +44,3 @@ But you might still need to adapt your code.
45
44
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.
0 commit comments