Skip to content

Commit

Permalink
Fix Changelog Verification CI failed issue for First GA packages (#8498)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl authored Jun 25, 2024
1 parent fe07f68 commit efb2c4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export function makeChangesForFirstRelease(packageFolderPath: string, isStableRe
## ${newVersion} (${date})
### Features Added
The package of ${packageJsonData.name} is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
`;
fs.writeFileSync(path.join(packageFolderPath, 'CHANGELOG.md'), content, 'utf8');
Expand All @@ -31,6 +33,8 @@ export function makeChangesForMigrateTrack1ToTrack2(packageFolderPath: string, n
## ${nextPackageVersion} (${date})
### Features Added
The package of ${packageJsonData.name} is using our next generation design principles since version ${nextPackageVersion}, which contains breaking changes.
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
Expand Down

0 comments on commit efb2c4c

Please sign in to comment.