Skip to content

Commit 3b61d44

Browse files
committed
1 parent fe07f68 commit 3b61d44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)