summaryrefslogtreecommitdiffstats
path: root/docs/maintenance.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 14:34:58 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-19 14:58:29 +0200
commit79e469fd335133671185cf8539f77ef38ac3b4e6 (patch)
tree4e2b7075e85225c9ac93cf78c7ef1e95b78e5ac4 /docs/maintenance.md
parent271b6ee3c993264bd44a966b82f1a5daa85f53ab (diff)
Refactor News documentation with mkdocs and mkdocs-material
- move all pages to new structure - use gh-pages to host html version - use github actions for automatic build Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'docs/maintenance.md')
-rw-r--r--docs/maintenance.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/maintenance.md b/docs/maintenance.md
index b99fcfc3c..2fb35208c 100644
--- a/docs/maintenance.md
+++ b/docs/maintenance.md
@@ -1,24 +1,23 @@
-# Maintenance documentation
+# Maintenance
## Release
-Releases should be done by checking `make test`, cleaning using `make distclean` and consequently running `make dist`.
-This will create an app store ready package to be uploaded.
-This process should be done by someone who has the private keys and the access to sign and upload such a package.
+Releases are created automatically by GitHub Actions. A release is triggered via a GitHub Release.
+The GitHub Action will then start a build based on the git tag. A release can only be approved by [@Grotax](https://github.com/Grotax) or [@SMillerDev](https://github.com/SMillerDev). An admin of the Nextcloud organization can always overwrite these settings. The private key is stored as environmental secret in GitHub. The owner of the private key is [@Grotax](https://github.com/Grotax).
## Support
### PHP
-While the app should try to support all PHP versions that nextcloud currently supports,
-the real focus when deciding to cut a PHP version should be on maintenance burden.
-Users are nice but devs should be a priority in decisions that are likely to impact them significantly.
+While the app should try to support all PHP versions that Nextcloud currently supports,
+the real focus when deciding to cut a PHP version should be on maintenance burden.
+Users are nice, but devs should be a priority in decisions that are likely to impact them significantly.
### Issues
-- Bug reports without test cases (feed url and action is enough) can be closed with or without comment.
+- Bug reports without test cases (feed URL and action is enough) can be closed with or without comment.
- Feature requests without thoughtful commentary or pull request can be closed with or without comment,
unless a developer is interested to support such a feature.
- Issues without activity in the last 30 days can be closed with or without comment.
-If this is a bug you care about that isn't getting attention, fix it.
+If this is a bug you care about that isn't getting attention, fix it.
If you're good enough to understand the bug, you're good enough to fix it.