Skip to content

Commit 0851215

Browse files
committed
Prepare release notes for v0.18.0
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent bee542d commit 0851215

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 11 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 focuses on finishing the automation of dependabot updates, adding more automated upgrade workflows and fixing some problems with the previous release.
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,8 @@ All upgrading should be done via the migration script or regenerating the templa
1614
curl -sSLf https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py | python3 -I
1715
```
1816

19-
But you might still need to adapt your code:
20-
21-
<!-- Here upgrade steps for cookiecutter specifically -->
22-
2317
## New Features
2418

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

2921
- The cookiecutter now asks whether a repository is private, defaults that answer from the selected license, and uses it to toggle private-repository workflow behavior, public publishing jobs, and the link to GitHub Discussions in the issue template chooser.
@@ -36,8 +28,6 @@ But you might still need to adapt your code:
3628

3729
## Bug Fixes
3830

39-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
40-
4131
### Cookiecutter template
4232

4333
- The unused cross-arch QEMU-based testing infrastructure has been removed. The `.github/containers/nox-cross-arch/` and `.github/containers/test-installation/` directories, as well as the "Cross-Arch Testing" section in `CONTRIBUTING.md`.

0 commit comments

Comments
 (0)