mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-02-04 06:48:09 +00:00
ci: create release notes
This commit is contained in:
parent
f5b4441975
commit
a8d7937b82
1 changed files with 22 additions and 0 deletions
22
.forgejo/workflows/release.yml
Normal file
22
.forgejo/workflows/release.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: data.forgejo.org/oci/node:24-trixie
|
||||
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v6
|
||||
|
||||
- name: publish release
|
||||
uses: ./
|
||||
with:
|
||||
direction: upload
|
||||
override: ${{ vars.OVERRIDE || 'false' }}
|
||||
verbose: ${{ vars.VERBOSE || 'false' }}
|
||||
release-notes-assistant: true
|
||||
skip-assets: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue