Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.249.0 #611

Merged
merged 6 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .azure-pipelines/github-release/package-lock.json

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

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.249.0
### Updated
- M247 schema
### Fixed
- Errors when trying to sign in for enhanced IntelliSense

## 1.247.3
### Added
- Added ESRP Esrp CodeSigning step
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Releasing the extension

0. Work in a branch. I sometimes go with `ship-<version-num>`, for example, `ship-191`.
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`.
0. Work in a branch. I sometimes go with `ship-<version-num>`, for example, `ship-191`.
0. Update the version to the major sprint number using `npm version --no-git-tag-version 1.THE_SPRINT_VERSION.0`.
- Replace `THE_SPRINT_VERSION` with `patch` if you are doing a bugfix release.
0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date.
0. Update the [service schema](#bumping-service-schema).
Expand Down
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.247.3",
"version": "1.249.1",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
Expand Down
Loading