Skip to content

Commit 95defc8

Browse files
authored
Merge pull request #1285 from microsoftgraph/chore/remove-ts-bump-version
chore (TypeScript): Add conventional commit message and remove version bump script
2 parents 9a90900 + f01b743 commit 95defc8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ stages:
633633
repoName: 'msgraph-sdk-typescript'
634634
baseBranchName : 'main'
635635
branchName: $(v1Branch)
636+
commitMessagePrefix: "feat(generation): update request builders and models"
636637
targetClassName: "GraphBaseServiceClient"
637638
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"
638639
customArguments: "-b -e '/me' -e '/me/**'" # Exclude me and enable backing store
@@ -663,6 +664,7 @@ stages:
663664
repoName: 'msgraph-beta-sdk-typescript'
664665
baseBranchName : 'main'
665666
branchName: $(betaBranch)
667+
commitMessagePrefix: "feat(generation): update request builders and models"
666668
targetClassName: "GraphBetaBaseServiceClient"
667669
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"
668670
customArguments: "-b -e '/me' -e '/me/**'" # Exclude me and enable backing store

.azure-pipelines/generation-templates/typescript-sdk.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ steps:
1212
- pwsh: '$(scriptsDirectory)/copy-typescript-sdk-models.ps1 -sourceDirectory "$(kiotaDirectory)/output/" -targetDirectory "$(Build.SourcesDirectory)/${{ parameters.repoName }}/packages/" -packageName "${{ parameters.packageName }}"'
1313
displayName: 'Update models'
1414

15-
- pwsh : $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/incrementMinorVersion.ps1
16-
displayName: 'Increment minor version number'
17-
workingDirectory: '$(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts'
18-
19-
2015
- pwsh: |
2116
Move-Item -Path "*.txt","*.json" -Destination "$(Build.SourcesDirectory)/${{ parameters.repoName }}/packages/" -Force
2217
displayName: Move kiota specific metadata to expected location (txt for export file, json for lock or workspace file)

0 commit comments

Comments
 (0)