Skip to content

BREAKING CHANGES: not working anymore #14

BREAKING CHANGES: not working anymore

BREAKING CHANGES: not working anymore #14

Workflow file for this run

name: Versioning
on:
push:
workflow_dispatch:
jobs:
health_check:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: all env
run: echo "${{ github.event.head_commit.message }}"
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
minor-wording: 'add,Adds,new,feat'
major-wording: 'MAJOR,cut-major'
patch-wording: 'patch,fixes'
rc-wording: 'RELEASE,alpha'