File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed 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
+
1
8
Release 'develop' (v2.8.3 (2021-03-29)
2
9
======================================
3
10
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:20.04
2
2
# Reflect the development progress. Set to the release number or something
3
3
# like vX.Y-dev
4
- ARG OUR_IMAGE_VERSION=v2.9-dev
4
+ ARG OUR_IMAGE_VERSION=v2.9.0
5
5
# Specify tag. Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
6
6
# release version looks like 'v2.9.0'
7
- ARG OUR_IMAGE_TAG=develop
7
+ ARG OUR_IMAGE_TAG=v2.9.0
8
8
#
9
9
# flag for apt-get - affects only build time
10
10
ARG 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
6
6
rendering TYPO3 documentation.
7
7
8
8
:Repository: https://github.com/t3docs/docker-render-documentation
9
- :Version: v2.8-dev
9
+ :Version: v2.9.0
10
10
:Capabilites: html, singlehtml, latex
11
11
:Docker image: t3docs/render-documentation:develop
12
12
: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
2
2
3
3
4
4
Keep version number like above in files:
You can’t perform that action at this time.
0 commit comments