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 v2.5.1 #201

Merged
merged 2 commits into from
Oct 19, 2022
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
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.5.0**
- Version: **microsoft/ps-rule@v2.5.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 @@ -14,7 +14,7 @@ To get the latest stable release use:

```yaml
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.5.0
uses: microsoft/ps-rule@v2.5.1
```

To get the latest bits use:
Expand All @@ -29,7 +29,7 @@ For example:

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

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

```yaml
Expand All @@ -202,7 +202,7 @@ jobs:
uses: actions/checkout@v3

- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.5.0
uses: microsoft/ps-rule@v2.5.1
```

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

## Unreleased

## v2.5.1

What's changed since v2.5.0:

- Engineering:
Expand Down