From dcd68400442f7ce6ea2ccf28420ba06edb1e7ddd Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 26 Apr 2021 15:11:39 -0700 Subject: [PATCH 1/3] Update CHANGELOG for v2.4.1-preview.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0dfba940..18fe619b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # PowerShell Editor Services Release History +## v2.4.1-preview.1 +### Monday, April 26, 2021 + +- 🔍🐛 [PowerShellEditorServices #1460](https://github.com/PowerShell/PowerShellEditorServices/pull/1460) - Bump OmniSharp package to `0.19.2-beta0001`. +- 👷🐛 [PowerShellEditorServices #1455](https://github.com/PowerShell/PowerShellEditorServices/pull/1456) - Fix version in module definition file. + ## v2.4.0-preview.1 ### Friday, April 02, 2021 - 🧠✨ [PowerShellEditorServices #1176](https://github.com/PowerShell/PowerShellEditorServices/pull/1427) - Add '$' as trigger character for completion. (Thanks @MartinGC94!) - 👷🚨✨ [PowerShellEditorServices #1426](https://github.com/PowerShell/PowerShellEditorServices/pull/1426) - Bump CI images and enable tests on Apple M1. - ✨ [PowerShellEditorServices #1424](https://github.com/PowerShell/PowerShellEditorServices/pull/1424) - Update to use OmniSharp 0.19.0. -- #️⃣ 🙏 [PowerShellEditorServices #1418](https://github.com/PowerShell/PowerShellEditorServices/pull/1418) - Update CHANGELOG for v2.3.0. - #️⃣ 🙏 [vscode-powershell #3180](https://github.com/PowerShell/PowerShellEditorServices/pull/1411) - Fix New-EditorFile failing when no Editor window open. (Thanks @corbob!) ## v2.3.0 From 084d53e8b0cef61113c6381422a252587dfe74e7 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 26 Apr 2021 15:12:59 -0700 Subject: [PATCH 2/3] Bump version to v2.4.1-preview.1 --- PowerShellEditorServices.Common.props | 2 +- module/PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 49777cc88..4a95d4e5a 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 2.4.0 + 2.4.1 preview.1 Microsoft © Microsoft Corporation. All rights reserved. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index bdc651a2d..e9edc9cc8 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core') } # Version number of this module. -ModuleVersion = '2.4.0' +ModuleVersion = '2.4.1' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47' From 027dcd0b5ba07cc45b5db032a09120891877a8f2 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 26 Apr 2021 15:36:02 -0700 Subject: [PATCH 3/3] Fix release pipeline trigger Oops, this change was stashed and never committed. --- .vsts-ci/azure-pipelines-release.yml | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/.vsts-ci/azure-pipelines-release.yml b/.vsts-ci/azure-pipelines-release.yml index ab587195f..d10e5cdc2 100644 --- a/.vsts-ci/azure-pipelines-release.yml +++ b/.vsts-ci/azure-pipelines-release.yml @@ -1,5 +1,3 @@ -name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr) - variables: # Don't download unneeded packages - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE @@ -9,28 +7,12 @@ variables: value: 'true' trigger: - batch: true branches: include: - - master - - legacy/1.x - paths: - exclude: - - /.dependabot/* - - /.poshchan/* - - /.github/**/* - - /.vscode/**/* - - /.vsts-ci/misc-analysis.yml - - /tools/**/* - - .editorconfig - - .gitattributes - - .gitignore - - /docs/**/* - - /CHANGELOG.md - - /CONTRIBUTING.md - - /README.md - - /LICENSE - - /CODE_OF_CONDUCT.md + - release/* + tags: + include: + - v* resources: repositories: @@ -40,7 +22,6 @@ resources: name: PowerShell/compliance jobs: - - job: 'ReleaseBuild' displayName: 'Build release' pool: