Compare commits
No commits in common. "ab9598950a4cb975b1625e46044c5b8604902a62" and "2cd1c6d8fda9f1af8faad8c9fb2ad4eb52c2677f" have entirely different histories.
ab9598950a
...
2cd1c6d8fd
@ -1,25 +0,0 @@
|
|||||||
name: Release
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
|
|
||||||
env:
|
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read # for checkout
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Release
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write # to be able to publish a GitHub release
|
|
||||||
issues: write # to be able to comment on released issues
|
|
||||||
pull-requests: write # to be able to comment on released pull requests
|
|
||||||
id-token: write # to enable use of OIDC for npm provenance
|
|
||||||
steps:
|
|
||||||
- name: Create Release
|
|
||||||
uses: https://git.kjan.de/actions/semantic-release@main
|
|
||||||
with:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
|
@ -1,15 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
|
|
||||||
branches: ['main'],
|
|
||||||
plugins: [
|
|
||||||
'@semantic-release/commit-analyzer',
|
|
||||||
'@semantic-release/release-notes-generator',
|
|
||||||
'@semantic-release/changelog',
|
|
||||||
["@saithodev/semantic-release-gitea", {
|
|
||||||
"giteaUrl": "https://git.simonis.lol"
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user