Integrate changie and create a workflow for publishing app
update composer.lock and file (automatic update) prepare for realease Signed-off-by: Julien Fastré <julienfastre@noreply.localhost> update composer.lock and file (automatic update) Workflow: tag and create release Fix expressions checkout before remove permissions finalize
This commit is contained in:
16
.gitea/workflows/release/create-release-on-tag.yaml
Normal file
16
.gitea/workflows/release/create-release-on-tag.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Create release
|
||||
run-name: Create release on tag
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: release
|
||||
uses: https://github.com/softprops/action-gh-release@v1
|
||||
with:
|
||||
body_path: ${{ github.workspace }}/.changes/v${{ github.ref }}.md
|
Reference in New Issue
Block a user