diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml new file mode 100644 index 0000000..02ff49c --- /dev/null +++ b/.forgejo/workflows/release.yaml @@ -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