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

GitHub Action

Auto Release Tool by Intuit

v1.1.0

Auto Release Tool by Intuit

arrow-up

Auto Release Tool by Intuit

Run Auto by Intuit on your repo

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Auto Release Tool by Intuit

uses: mbround18/[email protected]

Learn more about this action in mbround18/auto

Choose a version

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

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:
          depth: 0 # <- Suggested to get all tags
          token: ${{ secrets.GH_TOKEN }} # <- This is required

      - name: release
        uses: mbround18/auto@v1
        with:
          token: ${{ secrets.GH_TOKEN }} # <- This is for auto