This commit is contained in:
Bernie White 2020-08-01 13:41:12 +10:00 коммит произвёл GitHub
Родитель 6a0dc9339c
Коммит 61f7b05688
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 18 добавлений и 6 удалений

Просмотреть файл

@ -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

2
.github/PULL_REQUEST_TEMPLATE.md поставляемый
Просмотреть файл

@ -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: