Skip to content

Commit

Permalink
Release v2.8.1 (#226)
Browse files Browse the repository at this point in the history
* Update ./modules.json

* Bump change log

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
BernieWhite and github-actions[bot] authored Apr 7, 2023
1 parent bfcb254 commit c7e4f19
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Steps to reproduce the issue:

**Action version:**

- Version: **microsoft/ps-rule@v2.8.0**
- Version: **microsoft/ps-rule@v2.8.1**

**Additional context**

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To get a specific release use:
```yaml
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.8.0
uses: microsoft/ps-rule@v2.8.1
```
To get the latest bits use:
Expand All @@ -43,7 +43,7 @@ For example:

```yaml
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.8.0
uses: microsoft/ps-rule@v2.8.1
with:
version: '1.11.1'
```
Expand Down Expand Up @@ -207,7 +207,7 @@ When set:
To use PSRule:

1. See [Creating a workflow file](https://help.github.com/articles/configuring-a-workflow#creating-a-workflow-file).
2. Reference `microsoft/ps-rule@v2.8.0`.
2. Reference `microsoft/ps-rule@v2.8.1`.
For example:

```yaml
Expand All @@ -223,7 +223,7 @@ jobs:
uses: actions/checkout@v3
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.8.0
uses: microsoft/ps-rule@v2.8.1
```

3. Create rules within the `.ps-rule/` directory.
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p

## Unreleased

## v2.8.1

What's changed since v2.8.1:

- Engineering:
- Bump PSRule to v2.8.1.
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v281)

## v2.8.0

What's changed since v2.7.0:
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"PSRule": {
"version": "2.8.0"
"version": "2.8.1"
}
},
"devDependencies": {}
Expand Down

0 comments on commit c7e4f19

Please sign in to comment.