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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check if newer version is available upstream
|
||||
|
@ -46,12 +46,12 @@ jobs:
|
|||
# Run the version updater script
|
||||
./.github/workflows/updater.sh
|
||||
# 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
|
||||
git commit -am "Upgrade to v$VERSION"
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
if: steps.check_version.outputs.to_update == 'true'
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# 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)
|
||||
|
||||
*[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
|
||||
|
||||
[![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)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *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.*
|
||||
> *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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
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
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -40,9 +41,9 @@ Un CMS moderne basé sur des fichiers plats
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://www.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>
|
||||
* Site officiel de l’app : <https://www.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>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grav>
|
||||
* 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
|
||||
```
|
||||
|
||||
**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