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:
authorUbuntu <ubuntu@box1683.localdomain>2017-04-24 14:07:47 +0300
committerUbuntu <ubuntu@box1683.localdomain>2017-04-24 14:07:47 +0300
commite965aec94eba29d77012971351f77b2cdbbe9756 (patch)
treea6c16cdedd731b427582546f8b9aedbcaa377aec
parent0174b93741df29da440b44451803d88cb945597f (diff)
releaser: Add relase notes to /docs for release of 0.20.3v0.20.3
[ci skip]
-rw-r--r--content/release-notes/0.20.3-relnotes.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/content/release-notes/0.20.3-relnotes.md b/content/release-notes/0.20.3-relnotes.md
new file mode 100644
index 000000000..954a4f514
--- /dev/null
+++ b/content/release-notes/0.20.3-relnotes.md
@@ -0,0 +1,23 @@
+
+---
+date: 2017-04-24
+title: 0.20.3
+---
+
+
+
+This is a bug-fix relase with one important fix. But it also adds some harness around [GoReleaser](https://github.com/goreleaser/goreleaser) to automate the Hugo release process. Big thanks to [@caarlos0](https://github.com/caarlos0) for great and super-fast support fixing issues along the way.
+
+Hugo now has:
+
+* 16619+ [stars](https://github.com/spf13/hugo/stargazers)
+* 458+ [contributors](https://github.com/spf13/hugo/graphs/contributors)
+* 156+ [themes](http://themes.gohugo.io/)
+
+## Enhancement
+
+* Automate the Hugo release process [550eba64](https://github.com/spf13/hugo/commit/550eba64705725eb54fdb1042e0fb4dbf6f29fd0) [@bep](https://github.com/bep) [#3358](https://github.com/spf13/hugo/issues/3358)
+
+## Fix
+
+* Fix handling of zero-length files [9bf5c381](https://github.com/spf13/hugo/commit/9bf5c381b6b3e69d4d8dbfd7a40074ac44792bbf) [@bep](https://github.com/bep) [#3355](https://github.com/spf13/hugo/issues/3355)