Skip to content

Setup Auto

Actions
GitHub Action to install Auto release tool
v1.0.0
Latest
Star (4)

setup-auto action

A GitHub action to set up Auto release tool

Features

  • Cross-platform: works on Linux, Windows, macOS
  • Installs pre-packaged binary:
    • works for non-npm projects
    • all official plugins are available
  • Configures Git author to the @github-actions[bot]

Usage

Here's an example usage:

jobs:
  release:
    runs-on: # ...
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - uses: auto-it/setup-auto@v1

      - name: Release
        run: auto shipit

See action.yml for available action inputs. Notice that checkout step with fetch-depth: 0 is required for Auto to be able to run and calculate the version correctly.

Setup Auto 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

GitHub Action to install Auto release tool
v1.0.0
Latest

Setup Auto 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.