Skip to content

Commit e5333d5

Browse files
committed
doc: improve release documentation
1 parent 95064c8 commit e5333d5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ It may also be useful to update documentation references at the same time.
99
For 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
1415
git tag [-s] -a 23.1.0 -m "Release version 23.01"
1516
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"
1620
```
1721

1822
The workflow will then build, test, push, and release this image.

0 commit comments

Comments
 (0)