From 55082a18b7ea023ef22aee732ed419b655c78918 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 17 Jun 2020 09:31:45 -0700 Subject: [PATCH] Set v2 in example workflow and update release procedure to cover docs Signed-off-by: Zack Koppert --- .github/CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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