diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4a9101fc..960b4afe 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -31,7 +31,7 @@ Draft pull requests are also welcome to get feedback early on, or if there is so ## Releasing If you are the current maintainer of this action: -1. Create a [Tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) +1. Update `README.md` to reflect new version number in the suggested workflow file section 2. Draft [Release](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository) document explaining details of Release 3. Look for approval from [CODEOWNERS](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners) diff --git a/README.md b/README.md index a97b0a24..a55132e7 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v1.0.0 + uses: github/super-linter@v2.0.0 env: VALIDATE_ALL_CODEBASE: false VALIDATE_ANSIBLE: false