1
0
Fork 0

Add .forgejo/workflows/release.yaml

This commit is contained in:
Tommy 2024-11-09 12:49:47 +00:00
parent 6fe5ee2d41
commit 46a03e3c14
No known key found for this signature in database
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -0,0 +1,19 @@
"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