Skip to content

Commit

Permalink
doc: use update script in release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Nov 8, 2024
1 parent 468ca23 commit 79326a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ When the version changes, a new release should be cut. To do this, push a tag
with the [valid SemVer][semver-checker] version number as the tag.
It may also be useful to update documentation references at the same time.

## Scripts

Update the Dockerfile with:

```shell
$ scripts/update_dockerfile.sh
Fetching latest Bookstack release from GitHub API
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3467 100 3467 0 0 18743 0 --:--:-- --:--:-- --:--:-- 18842
Found latest version: v24.10.1
Updating Dockerfile..
```

## Example

For Bookstack version 23.01:
Expand Down

0 comments on commit 79326a8

Please sign in to comment.