1
0
Fork 0
mirror of https://github.com/airsonic/airsonic.git synced 2025-10-03 09:49:17 +02:00

Document how to update the stable release used for version checks

This commit is contained in:
François-Xavier Thomas 2020-05-03 15:58:58 +02:00 committed by François-Xavier Thomas
parent 99c2f27622
commit 8b283667a9

View file

@ -58,3 +58,8 @@ Release Steps
mvn versions:set -DnewVersion=X.Y+1.0-SNAPSHOT mvn versions:set -DnewVersion=X.Y+1.0-SNAPSHOT
14. Git commit and push 14. Git commit and push
15. In the [airsonic.github.io repository](https://github.com/airsonic/airsonic.github.io/),
update the current stable release in `_config.yml`:
sed -i 's/^stable_version: .*$/stable_version: "X.Y.Z"/' _config.yml