File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ It may also be useful to update documentation references at the same time.
99For Bookstack version 23.01:
1010
1111``` shell
12- sed -i ' ' -e ' s/22.11.1/23.1.0/g' * # 22.11.1 was the previous version
13- git commit -am " Update references to version 23.1.0" [-S]
12+ sed -i ' ' -e ' s/22.11.1/23.1.0/g' Dockerfile # 22.11.1 was the previous version
13+ git commit -am " feat: Update Bookstack to version 23.1.0" [-S]
14+ # Build and test this
1415git tag [-s] -a 23.1.0 -m " Release version 23.01"
1516git push --tags
17+ sed -i ' ' -e ' s/22.11.1/23.1.0/g' * # Update documentation to point to the
18+ newer release
19+ git commit -am " doc: update references to version 23.1"
1620```
1721
1822The workflow will then build, test, push, and release this image.
You can’t perform that action at this time.
0 commit comments