-
Notifications
You must be signed in to change notification settings - Fork 6
Reset release notes #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset release notes #153
Conversation
Signed-off-by: Mathias L. Baumann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request resets the release notes to include structured sections for summarizing the release, instructions for upgrading, detailing new features, and noting bug fixes.
- Added "Summary" section with a placeholder for the release overview.
- Replaced existing notes with placeholders for upgrading instructions, new features, and bug fixes.
@@ -1,9 +1,17 @@ | |||
# Dispatch Highlevel Interface Release Notes | |||
|
|||
## Summary | |||
|
|||
<!-- Here goes a general summary of what this release is about --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder text for the release summary detected; please replace this with an actual summary of the release details before finalizing.
Copilot uses AI. Check for mistakes.
## Upgrading | ||
|
||
This is a breaking release that requires you to use the new URL for the dispatch service. | ||
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder text for upgrading instructions detected; ensure that specific upgrade steps and deprecation notices are provided before merging.
Copilot uses AI. Check for mistakes.
|
||
## New Features | ||
|
||
<!-- Here goes the main new features and examples or instructions on how to use them --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder comment for new features is present; please document the actual new features and usage instructions.
Copilot uses AI. Check for mistakes.
|
||
## Bug Fixes | ||
|
||
* Fix that a user might see invalid values for dispatches without `end_time`. | ||
<!-- Here goes notable bug fixes that are worth a special mention or explanation --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder for bug fixes detected; include details on notable fixes to ensure clarity to users.
Copilot uses AI. Check for mistakes.
No description provided.