Update default branch name (#95)
This commit is contained in:
Родитель
6a0dc9339c
Коммит
61f7b05688
|
@ -11,7 +11,7 @@ name: $(version)-B$(date:yyMM)$(rev:rrr)
|
|||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- 'master'
|
||||
- 'main'
|
||||
tags:
|
||||
include:
|
||||
- 'v0.*'
|
||||
|
@ -19,7 +19,7 @@ trigger:
|
|||
pr:
|
||||
branches:
|
||||
include:
|
||||
- 'master'
|
||||
- 'main'
|
||||
|
||||
stages:
|
||||
|
||||
|
@ -93,7 +93,7 @@ stages:
|
|||
action: edit
|
||||
tag: '$(Build.SourceBranchName)'
|
||||
releaseNotesSource: input
|
||||
releaseNotes: 'See [change log](https://github.com/BernieWhite/PSRule-vscode/blob/master/CHANGELOG.md)'
|
||||
releaseNotes: 'See [change log](https://github.com/BernieWhite/PSRule-vscode/blob/main/CHANGELOG.md)'
|
||||
assetUploadMode: replace
|
||||
addChangeLog: false
|
||||
isPreRelease: false
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
- [ ] This PR is ready to merge and is not **Work in Progress**
|
||||
- **Code changes**
|
||||
- [ ] Link to a filed issue
|
||||
- [ ] [Change log](https://github.com/BernieWhite/PSRule-vscode/blob/master/CHANGELOG.md) has been updated with change under unreleased section
|
||||
- [ ] [Change log](https://github.com/BernieWhite/PSRule-vscode/blob/main/CHANGELOG.md) has been updated with change under unreleased section
|
||||
|
|
|
@ -46,7 +46,7 @@ code --install-extension bewhite.psrule-vscode-preview
|
|||
|
||||
This project is [licensed under the MIT License](LICENSE).
|
||||
|
||||
[ci-badge]: https://dev.azure.com/bewhite/PSRule-vscode/_apis/build/status/PSRule-vscode-CI?branchName=master
|
||||
[ci-badge]: https://dev.azure.com/bewhite/PSRule-vscode/_apis/build/status/PSRule-vscode-CI?branchName=main
|
||||
[vscode-ext-gallery]: https://code.visualstudio.com/docs/editor/extension-gallery
|
||||
[ext]: https://marketplace.visualstudio.com/items?itemName=bewhite.psrule-vscode-preview
|
||||
[ext-version-badge]: https://vsmarketplacebadge.apphb.com/version/bewhite.psrule-vscode-preview.svg
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"vscode": "^1.47.0"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"homepage": "https://github.com/BernieWhite/PSRule-vscode/blob/master/README.md",
|
||||
"homepage": "https://github.com/BernieWhite/PSRule-vscode/blob/main/README.md",
|
||||
"categories": [
|
||||
"Other",
|
||||
"Snippets"
|
||||
|
|
|
@ -1,4 +1,16 @@
|
|||
|
||||
info:
|
||||
name: PSRule
|
||||
description: |
|
||||
Visual Studio Code extension for PSRule.
|
||||
url: https://github.com/BernieWhite/PSRule-vscode
|
||||
|
||||
repository:
|
||||
type: git
|
||||
url: https://github.com/BernieWhite/PSRule-vscode.git
|
||||
|
||||
bugs:
|
||||
url: https://github.com/BernieWhite/PSRule-vscode/issues
|
||||
|
||||
tasks:
|
||||
clear:
|
||||
|
|
Загрузка…
Ссылка в новой задаче