From 9cf47a4a128d9df902e44cca15d04d255b0c36fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 19 Oct 2017 08:09:30 +0200 Subject: [PATCH] Release 0.30.1 --- config.toml | 2 +- content/news/0.30.1-relnotes-ready.md | 6 ++++-- netlify.toml | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index f4cd7c5fd..1b54c36e8 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.31-DEV" + release = "0.30.1" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/news/0.30.1-relnotes-ready.md b/content/news/0.30.1-relnotes-ready.md index 85085a802..b4f35c9d2 100644 --- a/content/news/0.30.1-relnotes-ready.md +++ b/content/news/0.30.1-relnotes-ready.md @@ -1,9 +1,11 @@ --- date: 2017-10-19 -title: "0.30.1" -description: "0.30.1" +title: "0.30.1: Two Important Bugfixes!" +description: "Fixes `hugo -w` and validator-broken Sitemap." categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png --- diff --git a/netlify.toml b/netlify.toml index f44f80bf4..996095604 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.30" + HUGO_VERSION = "0.30.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.30" + HUGO_VERSION = "0.30.1" [context.branch-deploy.environment] - HUGO_VERSION = "0.30" + HUGO_VERSION = "0.30.1" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"