From ec71e287fb43ac2af54fc99952fe30a6bfeebd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 13 Jun 2017 14:22:14 +0200 Subject: [PATCH] releaser: Prepare repository for 0.22.1-DEV [ci skip] --- config.toml | 2 +- temp/0.22.1-relnotes.md | 34 ---------------------------------- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 temp/0.22.1-relnotes.md diff --git a/config.toml b/config.toml index 003a23774..6a48c7031 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ pluralizeListTitles = false [params] description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" author = "Steve Francia (spf13) and friends" - release = "0.22.1" + release = "0.22.1-DEV" [taxonomies] tag = "tags" diff --git a/temp/0.22.1-relnotes.md b/temp/0.22.1-relnotes.md deleted file mode 100644 index 506762d3a..000000000 --- a/temp/0.22.1-relnotes.md +++ /dev/null @@ -1,34 +0,0 @@ - - -Hugo `0.22.1` fixes a couple of issues reported after the [0.22 release](https://github.com/spf13/hugo/releases/tag/v0.22) Monday. Most importantly a fix for detecting regular subfolders below the root-sections. - -Also, we forgot to adapt the `permalink settings` with support for nested sections, which made that feature less useful than it could be. - -With this release you can configure **permalinks with sections** like this: - -**First level only:** - -```toml -[permalinks] -blog = ":section/:title" -``` - -**Nested (all levels):** - -```toml -[permalinks] -blog = ":sections/:title" -``` -## Fixes - -* Fix section logic for root folders with subfolders [a30023f5](https://github.com/spf13/hugo/commit/a30023f5cbafd06034807255181a5b7b17f3c25f) [@bep](https://github.com/bep) [#3586](https://github.com/spf13/hugo/issues/3586) -* Support sub-sections in permalink settings [1f26420d](https://github.com/spf13/hugo/commit/1f26420d392a5ab4c7b7fe1911c0268b45d01ab8) [@bep](https://github.com/bep) [#3580](https://github.com/spf13/hugo/issues/3580) -* Adjust rlimit to 64000 [ff54b6bd](https://github.com/spf13/hugo/commit/ff54b6bddcefab45339d8dc2b13776b92bdc04b9) [@bep](https://github.com/bep) [#3582](https://github.com/spf13/hugo/issues/3582) -* Make error on setting rlimit a warning only [629e1439](https://github.com/spf13/hugo/commit/629e1439e819a7118ae483381d4634f16d3474dd) [@bep](https://github.com/bep) [#3582](https://github.com/spf13/hugo/issues/3582) -* Revert: Remove the rlimit tweaking on macOS" [26aa06a3](https://github.com/spf13/hugo/commit/26aa06a3db57ab7134a900d641fa2976f7971520) [@bep](https://github.com/bep) [#3582](https://github.com/spf13/hugo/issues/3582) - - - - - -