From a83f9a86701f9f47a956084f694df018fc0102ee Mon Sep 17 00:00:00 2001 From: Bernie White Date: Mon, 17 Oct 2022 22:03:14 +1000 Subject: [PATCH] Update readme (#199) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b5ef847..effde22 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ Steps to reproduce the issue: **Action version:** -- Version: **microsoft/ps-rule@v2.4.1** +- Version: **microsoft/ps-rule@v2.5.0** **Additional context** diff --git a/README.md b/README.md index 40d4598..0795dcf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To get the latest stable release use: ```yaml - name: Run PSRule analysis - uses: microsoft/ps-rule@v2.4.1 + uses: microsoft/ps-rule@v2.5.0 ``` To get the latest bits use: @@ -29,7 +29,7 @@ For example: ```yaml - name: Run PSRule analysis - uses: microsoft/ps-rule@v2.4.1 + uses: microsoft/ps-rule@v2.5.0 with: version: '1.11.1' ``` @@ -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.4.1`. +2. Reference `microsoft/ps-rule@v2.5.0`. For example: ```yaml @@ -202,7 +202,7 @@ jobs: uses: actions/checkout@v3 - name: Run PSRule analysis - uses: microsoft/ps-rule@v2.4.1 + uses: microsoft/ps-rule@v2.5.0 ``` 3. Create rules within the `.ps-rule/` directory. @@ -232,8 +232,9 @@ and actually do, grant us the rights to use your contribution. For details, visi . When you submit a pull request, a CLA-bot will automatically determine whether you need -to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the -instructions provided by the bot. You will only need to do this once across all repositories using our CLA. +to provide a CLA and decorate the PR appropriately (e.g., label, comment). +Simply follow the instructions provided by the bot. +You will only need to do this once across all repositories using our CLA. ## Code of Conduct @@ -244,7 +245,7 @@ or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any addi ## Maintainers - [Bernie White](https://github.com/BernieWhite) -- [Armaan Mcleod](https://github.com/ArmaanMcleod) +- [Sam Bell](https://github.com/ms-sambell) ## License