Skip to content

Commit

Permalink
Release 1.204.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Apr 27, 2022
1 parent bd0fe41 commit a57a3b0
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 822 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to the Azure Pipelines extension will be documented in this

The format is based on [Keep a Changelog](http://keepachangelog.com/). Versioning follows an internal Azure DevOps format that is not compatible with SemVer.

## 1.204.0
### Fixed
- Fixed Configure Pipeline flow
- Updated dependencies to fix security vulnerabilities
### Updated
- M202 schema

## 1.202.0
### Added
- Your organization's schema will now be auto-detected and used if your repo is hosted in Azure Repos
Expand Down
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
0. Find the current sprint using https://whatsprintis.it.
0. Update the version to the major sprint number using `npm version --no-git-tag-version THE_SPRINT_VERSION`.
- Replace `THE_SPRINT_VERSION` with `patch` if you are doing a bugfix release.
0. Ensure the CHANGELOG is up to date.
0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date.
0. Update the [service schema](#bumping-service-schema).
0. Create a PR on GitHub, mostly for tracking reasons.
0. Manually queue a [Release build](https://dev.azure.com/ms/azure-pipelines-vscode/_build?definitionId=12) against your PR branch.
Expand All @@ -16,7 +16,8 @@

## Bumping service schema

0. Get the new schema from https://dev.azure.com/vscode-schema/_apis/distributedtask/yamlschema
0. Go to a personal Azure DevOps organization that is not joined to a work-related AAD organization
0. Get the new schema from https://dev.azure.com/YOUR-PERSONAL-ORG/_apis/distributedtask/yamlschema
0. Replace `service-schema.json` with the results of that endpoint.
0. In VS Code, run `Format document` to keep the diff readable.
0. Update `$comment` with the Azure DevOps sprint info (you can see the sprint number in the lower left of the Azure DevOps UI at https://dev.azure.com/vscode-schema/).
0. Update `$comment` with the Azure DevOps sprint info (you can see the sprint number by going to https://dev.azure.com/YOUR-PERSONAL-ORG/_home/about).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-pipelines",
"displayName": "Azure Pipelines",
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
"version": "1.202.1",
"version": "1.204.0",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
Expand Down
Loading

0 comments on commit a57a3b0

Please sign in to comment.