1
0
Fork 0

Merge pull request #2022 from Salamandar/rename_readme_generator

Rename readme generator
This commit is contained in:
Alexandre Aubin 2024-02-15 17:03:57 +01:00 committed by GitHub
commit 81730cbb50
10 changed files with 17 additions and 12 deletions

22
.gitignore vendored
View file

@ -1,18 +1,24 @@
# Temporary files
*.swp
*.log
*~
.DS_Store
.vscode/
# Python files
venv/
__pycache__/
.mypy_cache/
# Github authentication files
/.github_*
# yunohost specific cache/output dirs
.apps_cache
builds
tools/README-generator/venv/
builds*
tools/bot-repo-cleanup/.github_token
tools/autoupdater-upgrader/.*
tools/autopatches/login
tools/autopatches/token
.github_token
__pycache__
app_list_auto_update.log
venv

View file

@ -7,13 +7,13 @@
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
* Add a `LICENSE` file for the package.
* Edit `doc/DISCLAIMER*.md`
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
---
{% endif -%}
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -88,4 +88,3 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->