Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Auto Release Tool by Intuit

Actions
Run Auto by Intuit on your repo
v1.2.0
Star (2)

This is an action wrapping the auto binary for GitHub Action usage.

Disclaimer

All work and credit goes to the original creators of the auto project. This is merly a little bit of shell code that installs it from their github repo and adds it to path. Any issues with the action please file them here but any issues with trunk itself please log them on their github repo.

Having trunk issues or questions? Click here to navigate to auto by Intuit's github repo.

Usage

Must have a .autorc file

# This is an example pipeline
name: Release
on: [push]
jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0 # <- Suggested to get all tags
          token: ${{ secrets.GH_TOKEN }} # <- This is required

      - name: release
        uses: mbround18/[email protected]
        with:
          token: ${{ secrets.GH_TOKEN }} # <- This is for auto

Auto Release Tool by Intuit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run Auto by Intuit on your repo
v1.2.0

Auto Release Tool by Intuit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.