fix: move mnemonic to after label in report, exit_code and patch outp… #32
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cut a release whenever a new tag is pushed to the repo. | |
# You should use an annotated tag, like `git tag -a v1.2.3` | |
# and put the release notes into the commit message for the tag. | |
name: Release | |
on: | |
push: | |
tags: | |
- "v*.*.*" | |
jobs: | |
release: | |
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5 | |
with: | |
prerelease: false | |
release_files: rules_lint-*.tar.gz |