Skip to content
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

Changelog Doesn't Follow Azure SDK's Changelog Policy #8487

Closed
Tracked by #8579
kazrael2119 opened this issue Jun 21, 2024 · 2 comments · Fixed by #8490
Closed
Tracked by #8579

Changelog Doesn't Follow Azure SDK's Changelog Policy #8487

kazrael2119 opened this issue Jun 21, 2024 · 2 comments · Fixed by #8490
Assignees

Comments

@kazrael2119
Copy link
Contributor

kazrael2119 commented Jun 21, 2024

need update the template from

## 5.0.0 (2024-06-28)
    
**Features**

  - XXX

**Breaking Changes**
  - XXX

to

## 5.0.0 (2024-06-28)
    
### Features Added

  - XXX

### Breaking Changes
  - XXX

and make sure replace all the **XXX** to ### XXX from the old changelog

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 21, 2024
@wanlwanl wanlwanl self-assigned this Jun 21, 2024
@wanlwanl
Copy link
Member

wanlwanl commented Jun 21, 2024

Root cause:
Azure JS SDK pipeline start to check changelog policy https://aka.ms/azsdk/guideline/changelogs, but our current changelog is in wrong format, which cause Azure JS SDK failed.

Releted issues:
Azure/azure-sdk-for-js#30156

Fixes:
#8489
#8490
#8498

@wanlwanl
Copy link
Member

Fixes:
#8489
#8490
#8498

@wanlwanl wanlwanl reopened this Jun 26, 2024
@wanlwanl wanlwanl changed the title [JS] Need update the changelog template [JS] Need to update the changelog template due to azure-sdk-for-js follows Azure SDK's changelog policy Jul 9, 2024
@wanlwanl wanlwanl changed the title [JS] Need to update the changelog template due to azure-sdk-for-js follows Azure SDK's changelog policy [JS] Changelog doesn't follows Azure SDK's changelog policy Jul 9, 2024
@wanlwanl wanlwanl changed the title [JS] Changelog doesn't follows Azure SDK's changelog policy [JS] Changelog doesn't follow Azure SDK's changelog policy Jul 9, 2024
@wanlwanl wanlwanl changed the title [JS] Changelog doesn't follow Azure SDK's changelog policy [JS] Changelog Doesn't Follow Azure SDK's Changelog Policy Jul 9, 2024
@wanlwanl wanlwanl changed the title [JS] Changelog Doesn't Follow Azure SDK's Changelog Policy Changelog Doesn't Follow Azure SDK's Changelog Policy Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants