hugo/helpers
Bjørn Erik Pedersen 7f6430d84d Automate the Hugo release process
This commit adds a work flow aroung GoReleaser to get the Hugo release process automated and more uniform:

* It can be run fully automated or in two steps to allow for manual edits of the relase notes.
* It supports both patch and full releases.
* It fetches author, issue, repo info. etc. for the release notes from GitHub.
* The file names produced are mainly the same as before, but we no use tar.gz as archive for all Unix versions.
* There isn't a fully automated CI setup in place yet, but the release tag is marked in the commit message with "[ci deploy]"

Fixes #3358
2017-04-24 11:08:56 +02:00
..
baseURL.go helpers, output: Fix spelling 2017-03-28 01:19:46 +02:00
baseURL_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
content.go helpers: Delete RenderingContext.getConfig 2017-04-22 22:40:20 +02:00
content_renderer.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
content_renderer_test.go helpers: Delete RenderingContext.getConfig 2017-04-22 22:40:20 +02:00
content_test.go helpers: Delete RenderingContext.getConfig 2017-04-22 22:40:20 +02:00
emoji.go helpers: Use iterate operator by int in Emojify 2016-11-23 09:13:00 +01:00
emoji_test.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
general.go Automate the Hugo release process 2017-04-24 11:08:56 +02:00
general_test.go all: Add org-mode support 2017-02-21 08:46:03 +01:00
hugo.go Automate the Hugo release process 2017-04-24 11:08:56 +02:00
hugo_test.go Automate the Hugo release process 2017-04-24 11:08:56 +02:00
language.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
language_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
path.go hugolib: Revise paginator alias path handling 2017-03-27 15:43:56 +02:00
path_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
pathspec.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
pathspec_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
pygments.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
pygments_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
testhelpers_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00
url.go output: Rename HTMLType etc. to HTMLFormat 2017-03-27 15:43:56 +02:00
url_test.go all: Propagate baseURL error to the callers 2017-03-27 15:43:56 +02:00