Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed Jun 25, 2024
1 parent fe07f68 commit 3b61d44
Showing 1 changed file with 2 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 Down

0 comments on commit 3b61d44

Please sign in to comment.