Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-28 18:15:48 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-28 18:15:48 +0300
commitee7ee62405025d66dc2326aa4f880735e1e67389 (patch)
treed9441181045684c3da78eb73ddb8bd49192df194
parent74a18062a1e685b757daeb0f9975c055c84499c0 (diff)
Release 0.56.1v0.56.1
-rw-r--r--content/en/news/0.56.1-relnotes/index.md4
-rw-r--r--netlify.toml8
2 files changed, 6 insertions, 6 deletions
diff --git a/content/en/news/0.56.1-relnotes/index.md b/content/en/news/0.56.1-relnotes/index.md
index d0f7d7a9a..5573959a7 100644
--- a/content/en/news/0.56.1-relnotes/index.md
+++ b/content/en/news/0.56.1-relnotes/index.md
@@ -1,8 +1,8 @@
---
date: 2019-07-28
-title: "0.56.1"
-description: "0.56.1"
+title: "0.56.1: Two Bug Fixes"
+description: "This version fixes a couple of regressions introduced in 0.56.0."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
diff --git a/netlify.toml b/netlify.toml
index 667456275..609374284 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo --gc --minify"
[context.production.environment]
-HUGO_VERSION = "0.55.6"
+HUGO_VERSION = "0.56.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.55.6"
+HUGO_VERSION = "0.56.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.55.6"
+HUGO_VERSION = "0.56.1"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.55.6"
+HUGO_VERSION = "0.56.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"