Skip to content

Commit

Permalink
v3.1.0 Release with tag 'v3.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Jun 23, 2023
1 parent e3fbe1c commit 9f55257
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Start 'develop' v3.1.dev (2023-06-15)
=====================================
Release v3.1.0 (2023-06-23)
===========================

* Add DOCKRUN_FN_QUIET to show-shell-commands
* Add DOCKRUN_FN_QUIET to show-shell-commands
* Use sphinx_typo3_theme v4.8.0
* Release as ghcr.io/t3docs/render-documentation:v3.1.0
* Release as ghcr.io/t3docs/render-documentation:latest


Release v3.0.0 (2023-06-13)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:20.04

# Reflect the development progress. Set to the release number or something
# like vX.Y.devN
ARG OUR_IMAGE_VERSION=v3.1.dev5
ARG OUR_IMAGE_VERSION=v3.1.0

# 1. Specify tag.
# Should be 'latest' or 'develop' or '<RELEASE_VERSION>' where
Expand Down Expand Up @@ -35,8 +35,8 @@ ARG OUR_IMAGE_VERSION=v3.1.dev5
# ARG OUR_IMAGE_SHORT=t3rd
#

ARG OUR_IMAGE_TAG=develop
ARG OUR_IMAGE_SHORT=develop
ARG OUR_IMAGE_TAG=v3.1.0
ARG OUR_IMAGE_SHORT=v3.1.0

# flag for apt-get - affects only build time
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

OUR_IMAGE_TAG=${OUR_IMAGE_TAG:-develop}
OUR_IMAGE_SHORT=${OUR_IMAGE_SHORT:-develop}
OUR_IMAGE_TAG=${OUR_IMAGE_TAG:-v3.1.0}
OUR_IMAGE_SHORT=${OUR_IMAGE_SHORT:-v3.1.0}
EXITCODE=0

function usage() {
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v3.1.dev5
v3.1.0

Keep version number like above in files:

Expand Down

0 comments on commit 9f55257

Please sign in to comment.