Compare commits
No commits in common. "4e6c6e756009dc176d4d72e68c8b555d5196c3ed" and "033623e4ab4ef1f1c31d3e6e8a7077be64a4ab44" have entirely different histories.
4e6c6e7560
...
033623e4ab
@ -1,29 +0,0 @@
|
|||||||
name: Release
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
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,13 +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.kjan.de"
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user