feat: Update plugin to version 1.2.8 and implement SitiWebUpdater2 with license management
This commit is contained in:
24
.gitea/workflows/release.yml
Normal file
24
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Build & Release Plugin
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_notes:
|
||||
description: "Optionele release-opmerkingen"
|
||||
required: false
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'siti-stock-plugin.php'
|
||||
- 'includes/**'
|
||||
- 'assets/**'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
|
||||
with:
|
||||
main_file: siti-stock-plugin.php
|
||||
slug: siti-stock-plugin
|
||||
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
|
||||
secrets:
|
||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
Reference in New Issue
Block a user