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:
2023-11-01 21:43:27 +00:00
committed by Julien Fastré
parent f06b8dcd1e
commit bd011775a6
8 changed files with 298 additions and 239 deletions

View 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