A GitHub Action for getting the proposed next version of a project for release based on the Angular preset for conventional commits.
uses: ugrc/get-next-version-action@v1
with:
prerelease: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
This action is built and distributed via the included GitHub action workflows.
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)"
.