mirror of
https://github.com/airsonic/airsonic.git
synced 2025-10-03 01:39:34 +02:00
Document how to update the stable release used for version checks
This commit is contained in:
parent
99c2f27622
commit
8b283667a9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue