Skip to content

Commit d3b8344

Browse files
committed
1 parent fe07f68 commit d3b8344

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/js-sdk-release-tools/src/hlc/utils/modifyChangelogFileAndBumpVersion.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function makeChangesForFirstRelease(packageFolderPath: string, isStableRe
1818
1919
## ${newVersion} (${date})
2020
21+
### Features Added
2122
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).
2223
`;
2324
fs.writeFileSync(path.join(packageFolderPath, 'CHANGELOG.md'), content, 'utf8');

0 commit comments

Comments
 (0)