Skip to content

Allow buildozer target to be aliased (#23) #12

Allow buildozer target to be aliased (#23)

Allow buildozer target to be aliased (#23) #12

Workflow file for this run

# Based on
# https://github.com/bazel-contrib/rules-template/blob/07fefdbc09d7ca2a49d24220e00dac2efc2bf9b7/.github/workflows/release.yml
# 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:
permissions: write-all
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7
with:
release_files: buildozer-*.tar.gz