Skip to content

Commit bfd2d70

Browse files
Release v2.8.1 (#759)
* Update ./modules.json * Bump change log --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be53091 commit bfd2d70

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
1515

1616
## Unreleased
1717

18+
## v2.8.1
19+
20+
What's changed since v2.8.1:
21+
22+
- Engineering:
23+
- Bump PSRule to v2.8.1.
24+
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v281)
25+
1826
## v2.8.0
1927

2028
What's changed since v2.7.0:

extension.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ module.exports = (env) => {
119119
packagePath: "/ps-rule-assert/ps-rule-assertV2/version.json"
120120
},
121121
{
122-
path: "out/dist/ps_modules/PSRule/2.8.0",
123-
packagePath: "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.0"
122+
path: "out/dist/ps_modules/PSRule/2.8.1",
123+
packagePath: "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.1"
124124
},
125125
{
126126
path: "out/dist/ps_modules/VstsTaskSdk/0.11.0",

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.2.5"
55
},
66
"PSRule": {
7-
"version": "2.8.0"
7+
"version": "2.8.1"
88
},
99
"VstsTaskSdk": {
1010
"version": "0.11.0"

0 commit comments

Comments
 (0)