Skip to content

[tools] optimize comparison strategy of changelog #24307

@msyyc

Description

@msyyc

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.

Metadata

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