mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Engineering - remove custom code to create git tag (#3828)
This commit is contained in:
parent
7374280f4e
commit
4392096db2
2 changed files with 3 additions and 28 deletions
|
|
@ -38,6 +38,7 @@ extends:
|
||||||
displayName: Setup, Build & Test monaco-editor-core
|
displayName: Setup, Build & Test monaco-editor-core
|
||||||
|
|
||||||
tag: next
|
tag: next
|
||||||
|
ghCreateTag: false
|
||||||
publishPackage: true
|
publishPackage: true
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
||||||
|
|
@ -54,17 +55,3 @@ extends:
|
||||||
tag: next
|
tag: next
|
||||||
publishPackage: true
|
publishPackage: true
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
||||||
postPublishSteps:
|
|
||||||
- checkout: self
|
|
||||||
persistCredentials: true
|
|
||||||
|
|
||||||
- script: |
|
|
||||||
set -e
|
|
||||||
|
|
||||||
git config user.email "vscode@microsoft.com"
|
|
||||||
git config user.name "VSCode"
|
|
||||||
|
|
||||||
git tag -a v$(SetPackageSpec.PACKAGE_VERSION) -m v$(SetPackageSpec.PACKAGE_VERSION)
|
|
||||||
git push origin v$(SetPackageSpec.PACKAGE_VERSION)
|
|
||||||
workingDirectory: $(Build.SourcesDirectory)
|
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ extends:
|
||||||
displayName: Setup, Build & Test monaco-editor-core
|
displayName: Setup, Build & Test monaco-editor-core
|
||||||
|
|
||||||
tag: latest
|
tag: latest
|
||||||
|
ghCreateTag: false
|
||||||
publishPackage: ${{ parameters.publishMonacoEditorCore }}
|
publishPackage: ${{ parameters.publishMonacoEditorCore }}
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
||||||
|
|
@ -61,20 +62,6 @@ extends:
|
||||||
publishPackage: ${{ parameters.publishMonacoEditor }}
|
publishPackage: ${{ parameters.publishMonacoEditor }}
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
||||||
postPublishSteps:
|
|
||||||
- checkout: self
|
|
||||||
persistCredentials: true
|
|
||||||
|
|
||||||
- script: |
|
|
||||||
set -e
|
|
||||||
|
|
||||||
git config user.email "vscode@microsoft.com"
|
|
||||||
git config user.name "VSCode"
|
|
||||||
|
|
||||||
git tag -a v$(SetPackageSpec.PACKAGE_VERSION) -m v$(SetPackageSpec.PACKAGE_VERSION)
|
|
||||||
git push origin v$(SetPackageSpec.PACKAGE_VERSION)
|
|
||||||
workingDirectory: $(Build.SourcesDirectory)
|
|
||||||
|
|
||||||
- name: monaco-editor-webpack-plugin
|
- name: monaco-editor-webpack-plugin
|
||||||
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
|
|
@ -86,5 +73,6 @@ extends:
|
||||||
displayName: Build plugin
|
displayName: Build plugin
|
||||||
|
|
||||||
tag: latest
|
tag: latest
|
||||||
|
ghCreateTag: false
|
||||||
publishPackage: ${{ parameters.publishWebpackPlugin }}
|
publishPackage: ${{ parameters.publishWebpackPlugin }}
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue