From 67ff4fdcc2e78d0a137aa8a14f54ecec9b4ebbb3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 6 Mar 2024 21:47:03 +0100 Subject: [PATCH 1/4] Upgrade to v13.1.07 https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/releases/tag/13.1.07 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4c96358..0319bbe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" From 9d5bade57ad1a167e6544272d7762a86b583748e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 6 Mar 2024 20:47:05 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a36718..54ba3b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 5db3f93..61722ae 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 From 3a6400467cb1b20ca2b052c9633db4da07ace502 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Mar 2024 06:27:44 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 12 ++++++------ README_fr.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 54ba3b6..c77b283 100644 --- a/README.md +++ b/README.md @@ -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: -* Official user documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## 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:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 61722ae..68c8b8c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 l’app : -* Documentation officielle utilisateur : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## 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 d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From 4236149cd5160d43aa36c3a9b2795dc55060a8ab Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sun, 10 Mar 2024 20:49:04 +0100 Subject: [PATCH 4/4] Update workflows --- .github/workflows/package_linter.yml | 8 ++------ .github/workflows/update_master.yml | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/package_linter.yml b/.github/workflows/package_linter.yml index 52f9538..576e4a5 100644 --- a/.github/workflows/package_linter.yml +++ b/.github/workflows/package_linter.yml @@ -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' diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml index a289a45..1c477f1 100644 --- a/.github/workflows/update_master.yml +++ b/.github/workflows/update_master.yml @@ -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'