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.
9
9
For Bookstack version 23.01:
10
10
11
11
``` 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
14
15
git tag [-s] -a 23.1.0 -m " Release version 23.01"
15
16
git 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"
16
20
```
17
21
18
22
The workflow will then build, test, push, and release this image.
You can’t perform that action at this time.
0 commit comments