Merge pull request #2022 from Salamandar/rename_readme_generator
Rename readme generator
This commit is contained in:
commit
81730cbb50
10 changed files with 17 additions and 12 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
@ -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.
|
||||
-->
|
||||
|
Loading…
Reference in a new issue