Skip to content

Commit d917d70

Browse files
committed
doc: use update script in release doc
1 parent 219ed09 commit d917d70

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASE.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ When the version changes, a new release should be cut. To do this, push a tag
44
with the [valid SemVer][semver-checker] version number as the tag.
55
It may also be useful to update documentation references at the same time.
66

7+
## Scripts
8+
9+
Update the Dockerfile with:
10+
11+
```shell
12+
$ scripts/update_dockerfile.sh
13+
Fetching latest Bookstack release from GitHub API
14+
% Total % Received % Xferd Average Speed Time Time Time Current
15+
Dload Upload Total Spent Left Speed
16+
100 3467 100 3467 0 0 18743 0 --:--:-- --:--:-- --:--:-- 18842
17+
Found latest version: v24.10.1
18+
Updating Dockerfile..
19+
```
20+
721
## Example
822

923
For Bookstack version 23.01:

0 commit comments

Comments
 (0)