Skip to content

[tools] optimize comparison strategy of changelog #24307

Closed

Description

When generating changelog, python compares current code with last SDK version no matter the version is beta version or not. For other languages:

  • Java: If current version is beta, compare with last version; if stable, compare with last stable version
  • Go: same with Java
  • Js: always compare with last stable version

Python shall adopt one of up categories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

MgmtThis issue is related to a management-plane library.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions