diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 188f5fa2..1e08b557 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -31,8 +31,9 @@ Work in Progress pull requests are also welcome to get feedback early on, or if ## Releasing If you are the current maintainer of this action: -1. - +1. Create a [Tag](https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository) +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) ## Resources - [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index ac561c2f..1b3b527d 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -42,3 +42,5 @@ jobs: ################################ - name: Lint Code Base uses: docker://admiralawkbar/super-linter:latest + env: + VALIDATE_ALL_CODEBASE: false