File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Release v2.9.0 (2021-07-22)
2+ ======================================
3+
4+ * [FEATURE] Use sphinx_typo3_theme >=4.6 with global search
5+ * [FEATURE] Add sphinx-copybutton to code-blocks
6+
7+
18Release 'develop' (v2.8.3 (2021-03-29)
29======================================
310
Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22# Reflect the development progress. Set to the release number or something
33# like vX.Y-dev
4- ARG OUR_IMAGE_VERSION=v2.9-dev
4+ ARG OUR_IMAGE_VERSION=v2.9.0
55# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
66# release version looks like 'v2.9.0'
7- ARG OUR_IMAGE_TAG=develop
7+ ARG OUR_IMAGE_TAG=v2.9.0
88#
99# flag for apt-get - affects only build time
1010ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ How to build the TYPO3 official Docker image `t3docs/render-documentation` for
66rendering TYPO3 documentation.
77
88:Repository: https://github.com/t3docs/docker-render-documentation
9- :Version: v2.8-dev
9+ :Version: v2.9.0
1010:Capabilites: html, singlehtml, latex
1111:Docker image: t3docs/render-documentation:develop
1212:Docker hub: https://hub.docker.com/r/t3docs/render-documentation/
Original file line number Diff line number Diff line change 1- v2.7.2
1+ v2.9.0
22
33
44Keep version number like above in files:
You can’t perform that action at this time.
0 commit comments