-
Notifications
You must be signed in to change notification settings - Fork 21
Release 6.0.37 #267
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
Release 6.0.37 #267
Conversation
Reviewer's GuideThis PR prepares the 6.0.37 release by bumping the package version, introducing a VERSION file for automated releases, and adding a formal CHANGELOG.md with the new release notes. Class diagram for release versioning and changelog filesclassDiagram
class PKGBUILD {
- pkgver: string
- pkgrel: int
- sourcename: string
- sourcetars: list
}
class VERSION {
+ version: string
}
class CHANGELOG_md {
+ changelog: string
}
PKGBUILD --> VERSION : references
PKGBUILD --> CHANGELOG_md : references
VERSION <.. CHANGELOG_md : documents
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Hi @deepin-bot[bot]. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
TAG Bot TAG: 6.0.37 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deepin-bot[bot], mhduiy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
6.0.37 - 2025-06-19
Changed
Summary by Sourcery
Prepare release 6.0.37 by updating version metadata and adding a standardized changelog
Enhancements: