Skip to content

chore(cargo): change crate version to 0.1.0 #12

chore(cargo): change crate version to 0.1.0

chore(cargo): change crate version to 0.1.0 #12

Workflow file for this run

name: commits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.1.0
# optional, required for private repos
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}