mastodon/README.md
Sirius 25e28f4f05
All checks were successful
Build Image for Deployment / build (push) Successful in 5m57s
chore: update URL to git
2024-08-26 21:34:24 +02:00

23 lines
648 B
Markdown

# Mastodon - Paravielfalt Edition
Dieses Repository enthält den Quellcode für [paravielfalt.zone](https://paravielfalt.zone).
Die Instanz basiert auf Mastodon und ist vom offiziellen Quellcode-Repository geforkt: <https://github.com/mastodon/mastodon>.
## Änderungsübersicht
Gegenüber der Mastodon-Standardinstallation gibt es folgende Änderungen.
- Zeichenlimit von 500 auf 1500 Zeichen erhöht
[Vollständige Liste aller Änderungen](https://git.wir-sind-auch-menschen.de/paravielfalt/mastodon/compare/stable-4.1...paravielfalt-4.1).
## Neue Version bauen
```sh
git tag v4.2.0-pvz$(date '+%y%m%d%H%M')
```
```sh
git push --tag
```