1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwiicms_ynh.git synced 2024-09-03 18:06:04 +02:00

Merge pull request #67 from YunoHost-Apps/master-promotion

Upgrade master from testing
This commit is contained in:
ewilly 2024-03-10 19:50:05 +00:00 committed by GitHub
commit a312b3a48d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 25 deletions

View file

@ -4,20 +4,16 @@ on:
# Allow to manually trigger the workflow # Allow to manually trigger the workflow
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- main
pull_request: pull_request:
schedule:
- cron: '0 8 * * *'
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.9'

View file

@ -10,7 +10,7 @@ jobs:
masterPromotion: masterPromotion:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
ref: master ref: master
- name: Reset promotion branch - name: Reset promotion branch
@ -18,7 +18,7 @@ jobs:
git fetch origin testing:testing git fetch origin testing:testing
git reset --hard testing git reset --hard testing
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v6
with: with:
branch: master-promotion branch: master-promotion
title: 'Upgrade master from testing' title: 'Upgrade master from testing'

View file

@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible - Flexible
**Shipped version:** 13.1.06~ynh1 **Shipped version:** 13.1.07~ynh1
## Screenshots ## Screenshots
@ -37,11 +37,11 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
## Documentation and resources ## Documentation and resources
* Official app website: <https://zwiicms.com/> - Official app website: <https://zwiicms.com/>
* Official user documentation: <https://www.zwiicms.fr/prise-en-main> - Official user documentation: <https://www.zwiicms.fr/prise-en-main>
* Upstream app code repository: <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS> - Upstream app code repository: <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS>
* YunoHost Store: <https://apps.yunohost.org/app/zwiicms> - YunoHost Store: <https://apps.yunohost.org/app/zwiicms>
* Report a bug: <https://github.com/YunoHost-Apps/zwiicms_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
## Developer info ## Developer info

View file

@ -29,7 +29,7 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e
- Flexible - Flexible
**Version incluse :** 13.1.06~ynh1 **Version incluse :** 13.1.07~ynh1
## Captures décran ## Captures décran
@ -37,11 +37,11 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://zwiicms.com/> - Site officiel de lapp : <https://zwiicms.com/>
* Documentation officielle utilisateur : <https://www.zwiicms.fr/prise-en-main> - Documentation officielle utilisateur : <https://www.zwiicms.fr/prise-en-main>
* Dépôt de code officiel de lapp : <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS> - Dépôt de code officiel de lapp : <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS>
* YunoHost Store: <https://apps.yunohost.org/app/zwiicms> - YunoHost Store : <https://apps.yunohost.org/app/zwiicms>
* Signaler un bug : <https://github.com/YunoHost-Apps/zwiicms_ynh/issues> - Signaler un bug : <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "ZwiiCMS"
description.en = "Simple, lightweight, database-free, scalable and responsive CMS" description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
description.fr = "CMS simple, léger, sans base de données, modulable et responsive" description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
version = "13.1.06~ynh1" version = "13.1.07~ynh1"
maintainers = ["ewilly"] maintainers = ["ewilly"]
@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://forge.chapril.org//ZwiiCMS-Team/ZwiiCMS/archive/13.1.06.tar.gz" url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.1.07.tar.gz"
sha256 = "93f3d258eea4e3150ece9f113c1a0f91a69600bc72efd5b42c814f0c638bb0f1" sha256 = "627f02fe43f9a82ca3d624465ce17dc9a0caabb637ae69bd8136a8ba707793f3"
in_subdir = true in_subdir = true
autoupdate.strategy = "latest_forgejo_release" autoupdate.strategy = "latest_forgejo_release"