Skip to content

Commit d752a4e

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Add release notes template and update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 275d51e commit d752a4e

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

.github/RELEASE_NOTES.template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Frequenz Dispatch API Release Notes
2+
3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
6+
7+
## Upgrading
8+
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10+
11+
## New Features
12+
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
15+
## Bug Fixes
16+
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

RELEASE_NOTES.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Release notes
2-
3-
- Package-based versioning has been introduced.
4-
- As part of this, the protobuf definitions and generated python code now has the path `frequenz.dispatch.v1`.
1+
# Frequenz Dispatch API Release Notes
2+
3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
6+
7+
## Upgrading
8+
9+
- As part of introducing versioning, the protobuf definitions and generated python code now has the path `frequenz.dispatch.v1`.
10+
11+
## New Features
12+
13+
- Package-based versioning has been introduced.
14+
15+
## Bug Fixes
16+
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)