From 056da25f22ca08bf68673111700b0e606dd40e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 25 Apr 2019 10:14:17 +0200 Subject: [PATCH] Release 0.55.4 --- content/en/news/0.55.4-relnotes/index.md | 4 ++-- netlify.toml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/news/0.55.4-relnotes/index.md b/content/en/news/0.55.4-relnotes/index.md index 48c1592ce..292b39244 100644 --- a/content/en/news/0.55.4-relnotes/index.md +++ b/content/en/news/0.55.4-relnotes/index.md @@ -1,8 +1,8 @@ --- date: 2019-04-25 -title: "0.55.4" -description: "0.55.4" +title: "Hugo 0.55.4: Some Bug Fixes" +description: "A couple of more bug fixes." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png diff --git a/netlify.toml b/netlify.toml index c301d1abc..4ef646942 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,9 +1,9 @@ [build] -publish = "public" +publish = "pub0.55.4lic" command = "hugo --gc --minify" [context.production.environment] -HUGO_VERSION = "0.55.3" +HUGO_VERSION = "0.55.4" 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.3" +HUGO_VERSION = "0.55.4" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.55.3" +HUGO_VERSION = "0.55.4" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.55.3" +HUGO_VERSION = "0.55.4" [context.next.environment] HUGO_ENABLEGITINFO = "true"