Add .forgejo/workflows/release.yaml
This commit is contained in:
parent
6fe5ee2d41
commit
46a03e3c14
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/release.yaml
Normal file
19
.forgejo/workflows/release.yaml
Normal 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
|
Loading…
Reference in a new issue