Set v2 in example workflow and update release procedure to cover docs

Signed-off-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
Zack Koppert 2020-06-17 09:31:45 -07:00
parent 999defecea
commit 55082a18b7
No known key found for this signature in database
GPG key ID: 9D0BA682F8B27A0D
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ Draft pull requests are also welcome to get feedback early on, or if there is so
## Releasing ## Releasing
If you are the current maintainer of this action: 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 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) 3. Look for approval from [CODEOWNERS](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners)

View file

@ -93,7 +93,7 @@ jobs:
# Run Linter against code base # # Run Linter against code base #
################################ ################################
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v1.0.0 uses: github/super-linter@v2.0.0
env: env:
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false
VALIDATE_ANSIBLE: false VALIDATE_ANSIBLE: false