Skip to content

Commit a37817c

Browse files
authored
Support RLC Changelog Generation Based on Inline Usage (#8751)
1 parent ee00555 commit a37817c

55 files changed

Lines changed: 12661 additions & 5782 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# JS SDK Release Tools
2+
!packages/*
3+
.tmp/*
4+
.tmp-detect/

tools/js-sdk-release-tools/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ extends:
6565
npm run test
6666
displayName: 'npm run test'
6767
workingDirectory: $(System.DefaultWorkingDirectory)/tools/js-sdk-release-tools
68-
69-
- script: |
70-
npm install
71-
displayName: 'npm install'
72-
workingDirectory: $(System.DefaultWorkingDirectory)/tools/js-sdk-release-tools
7368
7469
- script: |
7570
npm pack

0 commit comments

Comments
 (0)