Skip to content

Merge branch 'main' of github.com:onesoft-sudo/conventional-release-a… #4

Merge branch 'main' of github.com:onesoft-sudo/conventional-release-a…

Merge branch 'main' of github.com:onesoft-sudo/conventional-release-a… #4

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./
with:
commit-message-format: "release: v%s [skip ci]"