mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Merge pull request #130 from YunoHost-Apps/upgrade-auto-updater
This commit is contained in:
commit
6211ef06ea
3 changed files with 16 additions and 14 deletions
6
.github/workflows/updater.yml
vendored
6
.github/workflows/updater.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
updater:
|
updater:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Check if newer version is available upstream
|
- name: Check if newer version is available upstream
|
||||||
|
@ -46,12 +46,12 @@ jobs:
|
||||||
# Run the version updater script
|
# Run the version updater script
|
||||||
./.github/workflows/updater.sh
|
./.github/workflows/updater.sh
|
||||||
# Replace new version in manifest
|
# Replace new version in manifest
|
||||||
jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json
|
jq -s --indent 4 ".[] | .version = "$VERSION~ynh1"" manifest.json | sponge manifest.json
|
||||||
# Commit
|
# Commit
|
||||||
git commit -am "Upgrade to v$VERSION"
|
git commit -am "Upgrade to v$VERSION"
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
id: cpr
|
id: cpr
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
if: steps.check_version.outputs.to_update == 'true'
|
if: steps.check_version.outputs.to_update == 'true'
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# Grav for YunoHost
|
# Grav for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Working status](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Working status](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
|
||||||
|
|
||||||
[![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
|
[![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Grav pour YunoHost
|
# Grav pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
|
||||||
|
|
||||||
[![Installer Grav avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
|
[![Installer Grav avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Grav rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Grav rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Un CMS moderne basé sur des fichiers plats
|
Un CMS moderne basé sur des fichiers plats
|
||||||
|
|
||||||
|
@ -22,9 +23,9 @@ Un CMS moderne basé sur des fichiers plats
|
||||||
|
|
||||||
**Démo :** https://getgrav.org/downloads/themes
|
**Démo :** https://getgrav.org/downloads/themes
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||
![Capture d'écran de Grav](./doc/screenshots/grav.jpg)
|
![Capture d’écran de Grav](./doc/screenshots/grav.jpg)
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -40,9 +41,9 @@ Un CMS moderne basé sur des fichiers plats
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://www.getgrav.org/>
|
* Site officiel de l’app : <https://www.getgrav.org/>
|
||||||
* Documentation officielle de l'admin : <https://learn.getgrav.org>
|
* Documentation officielle de l’admin : <https://learn.getgrav.org>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/getgrav/grav>
|
* Dépôt de code officiel de l’app : <https://github.com/getgrav/grav>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grav>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grav>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/grav_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/grav_ynh/issues>
|
||||||
|
|
||||||
|
@ -58,4 +59,4 @@ ou
|
||||||
sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug
|
sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue