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
workflow_dispatch:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 8 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

View file

@ -10,7 +10,7 @@ jobs:
masterPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: master
- name: Reset promotion branch
@ -18,7 +18,7 @@ jobs:
git fetch origin testing:testing
git reset --hard testing
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
branch: master-promotion
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
**Shipped version:** 13.1.06~ynh1
**Shipped version:** 13.1.07~ynh1
## Screenshots
@ -37,11 +37,11 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
## Documentation and resources
* Official app website: <https://zwiicms.com/>
* Official user documentation: <https://www.zwiicms.fr/prise-en-main>
* Upstream app code repository: <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS>
* YunoHost Store: <https://apps.yunohost.org/app/zwiicms>
* Report a bug: <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
- Official app website: <https://zwiicms.com/>
- Official user documentation: <https://www.zwiicms.fr/prise-en-main>
- Upstream app code repository: <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS>
- YunoHost Store: <https://apps.yunohost.org/app/zwiicms>
- Report a bug: <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
## Developer info
@ -55,4 +55,4 @@ or
sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

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
**Version incluse :** 13.1.06~ynh1
**Version incluse :** 13.1.07~ynh1
## 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
* Site officiel de lapp : <https://zwiicms.com/>
* 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>
* YunoHost Store: <https://apps.yunohost.org/app/zwiicms>
* Signaler un bug : <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
- Site officiel de lapp : <https://zwiicms.com/>
- 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>
- YunoHost Store : <https://apps.yunohost.org/app/zwiicms>
- Signaler un bug : <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
## Informations pour les développeurs
@ -55,4 +55,4 @@ ou
sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "ZwiiCMS"
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
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"]
@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://forge.chapril.org//ZwiiCMS-Team/ZwiiCMS/archive/13.1.06.tar.gz"
sha256 = "93f3d258eea4e3150ece9f113c1a0f91a69600bc72efd5b42c814f0c638bb0f1"
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.1.07.tar.gz"
sha256 = "627f02fe43f9a82ca3d624465ce17dc9a0caabb637ae69bd8136a8ba707793f3"
in_subdir = true
autoupdate.strategy = "latest_forgejo_release"