Compare commits

..

10 commits
v1.0.0 ... main

Author SHA1 Message Date
d017433bc1 Update action.yml
All checks were successful
Release / Release (push) Successful in 1m5s
2025-02-13 10:08:17 +00:00
e031e9b0e6 Update action.yml
All checks were successful
Release / Release (push) Successful in 47s
2025-02-13 07:31:36 +00:00
b4d1f9181a Update action.yml
All checks were successful
Release / Release (push) Successful in 57s
2025-02-13 06:52:16 +00:00
ac1ba7df2b Update action.yml
All checks were successful
Release / Release (push) Successful in 43s
2025-02-13 06:35:14 +00:00
a7c4051e98 Update action.yml
Some checks failed
Release / Release (push) Failing after 8s
2025-02-13 06:34:19 +00:00
050cd55e03 Update action.yml
Some checks failed
Release / Release (push) Failing after 8s
2025-02-13 06:33:11 +00:00
01ba711b20 Update action.yml
All checks were successful
Release / Release (push) Successful in 1m36s
2025-02-13 06:23:59 +00:00
7d190234a0 revert 73a5143f82
All checks were successful
Release / Release (push) Successful in 2m6s
revert Update action.yml
2025-02-12 21:08:39 +00:00
73a5143f82 Update action.yml
All checks were successful
Release / Release (push) Successful in 49s
2025-02-12 20:51:09 +00:00
ff18094bc3
ci: add branch filter for release workflow
All checks were successful
Release / Release (push) Successful in 35s
2024-08-26 14:33:53 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,8 @@
name: Release name: Release
on: on:
push: push:
branches:
- main
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}

View file

@ -20,9 +20,7 @@ runs:
with: with:
node-version: "lts/*" node-version: "lts/*"
- name: Install dependencies - name: Install dependencies
run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog @semantic-release/release-notes-generator commitlint-plugin-cleanfeet conventional-changelog-conventionalcommits @semantic-release/git
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release - name: Release
env: env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}