Skip to content

feat: prepare package for unit tests #14

feat: prepare package for unit tests

feat: prepare package for unit tests #14

Workflow file for this run

name: Create new Release
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- 'composer.json'
- 'package.json'
- 'CHANGELOG.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create Changelog and bump release version
uses: labor-digital/conventional-release-action@master
with:
github-token: ${{ secrets.github_token }}