Skip to content

Commit 34e5c30

Browse files
authored
Update module version in bot messages (#3361)
1 parent 59caa5f commit 34e5c30

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

PSReadLine/Changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
- Enable Predictive Intellisense by default (#3351)
44

5+
[2.2.6]: https://github.com/PowerShell/PSReadLine/compare/v2.2.5...v2.2.6
6+
57
### [2.2.5] - 2022-05-03
68

79
- Re-package the `2.2.4-beta1` version to `2.2.5` as an offical servicing release.
810

11+
[2.2.5]: https://github.com/PowerShell/PSReadLine/compare/v2.2.4-beta1...v2.2.5
12+
913
### [2.2.4-beta1] - 2022-04-27
1014

1115
- Sync ReadKeyProc thread with pipeline thread (#3294)

tools/issue-mgmt/CloseDupIssues.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class issue
1111
$repo_name = "PowerShell/PSReadLine"
1212
$root_url = "https://github.com/PowerShell/PSReadLine/issues"
1313
$msg_upgrade = @"
14-
Please upgrade to the [2.2.3 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.3) from PowerShell Gallery.
14+
Please upgrade to the [2.2.6 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.6) from PowerShell Gallery.
1515
See the [upgrading section](https://github.com/PowerShell/PSReadLine#upgrading) for instructions. Please let us know if you run into the same issue with the latest version.
1616
"@
1717

@@ -46,7 +46,7 @@ foreach ($item in $issues)
4646
$body -match 'PSReadLine: 2\.2\.0-beta[12]')
4747
{
4848
$comment = @'
49-
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.3 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.3).
49+
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.6 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.6).
5050
To upgrade, simply run `Install-Module PSReadLine -AllowPrerelease -Force` from your PowerShell console.
5151
5252
--------

0 commit comments

Comments
 (0)