mastodon/README.md
Sirius 705b6f560f
All checks were successful
Build Image for Deployment / build (push) Successful in 6m4s
Increase character limit to 1500
2023-12-25 22:28:47 +01:00

28 lines
671 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.rabbithole.cyou/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
```
Build in Drone aktzeptieren.