19 lines
422 B
YAML
19 lines
422 B
YAML
"on":
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '.forgejo/**'
|
|
|
|
jobs:
|
|
release:
|
|
container:
|
|
image: flakes-action
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Run semantic release
|
|
uses: https://github.com/codfish/semantic-release-action@v3
|
|
with:
|
|
additional-packages: conventional-changelog-conventionalcommits@7.0.2
|