Skip to content

Commit

Permalink
doc: improve release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed May 13, 2024
1 parent 95064c8 commit e5333d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ It may also be useful to update documentation references at the same time.
For Bookstack version 23.01:

```shell
sed -i '' -e 's/22.11.1/23.1.0/g' * # 22.11.1 was the previous version
git commit -am "Update references to version 23.1.0" [-S]
sed -i '' -e 's/22.11.1/23.1.0/g' Dockerfile # 22.11.1 was the previous version
git commit -am "feat: Update Bookstack to version 23.1.0" [-S]
# Build and test this
git tag [-s] -a 23.1.0 -m "Release version 23.01"
git push --tags
sed -i '' -e 's/22.11.1/23.1.0/g' * # Update documentation to point to the
newer release
git commit -am "doc: update references to version 23.1"
```

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

0 comments on commit e5333d5

Please sign in to comment.