Skip to content

Commit 4c345ad

Browse files
authored
Prepare release notes for release (#159)
2 parents 75f2ada + 3ba1259 commit 4c345ad

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
steps:
141141
- name: Fetch sources
142142
uses: actions/checkout@v4
143+
with:
144+
submodules: true
143145

144146
- name: Set up QEMU
145147
uses: docker/setup-qemu-action@v3
@@ -201,7 +203,7 @@ jobs:
201203
--net=host \
202204
--platform linux/${{ matrix.arch }} \
203205
localhost/nox-cross-arch:latest \
204-
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -e ${{ matrix.nox-session }}"
206+
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
205207
timeout-minutes: 30
206208

207209
# This ensures that the runner has access to the pip cache.

RELEASE_NOTES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
# Frequenz Dispatch API Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
73
## Upgrading
84

95
- Queries that compare against a time interval filter should check for the end time inside the recurrence rule.
106
- `end_time` has been renamed `until` and is mutually exclusive with `count`.
117
- Update request handlers should check the field mask for which attributes to update.
128
- The common api dependency has been udpated so that the `v1` paths for `ComponentCategory` is used.
13-
14-
## New Features
15-
16-
<!-- Here goes the main new features and examples or instructions on how to use them -->
17-
18-
## Bug Fixes
19-
20-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)