Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5333d5

Browse filesBrowse files
committed
doc: improve release documentation
1 parent 95064c8 commit e5333d5
Copy full SHA for e5333d5

File tree

Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed

‎RELEASE.md

Copy file name to clipboardExpand all lines: RELEASE.md
+6-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.