Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.2 KB

Get Next Version Action

codecov Push Events Pull Request Events

A GitHub Action for getting the proposed next version of a project for release based on the Angular preset for conventional commits.

Usage

uses: ugrc/get-next-version-action@v1
with:
  prerelease: true
  repo-token: ${{ secrets.GITHUB_TOKEN }}

Package for distribution

This action is built and distributed via the included GitHub action workflows.

Development

The act project can be helpful for testing locally with a command something like this: act -j test-functional -s GITHUB_TOKEN="$(gh auth token)".