1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

58 Commits

Author SHA1 Message Date
740fa4a91d Remove credit (#7347) 2020-06-02 19:31:15 +02:00
4d53ae697e releaser: Adjust the "thanks" section 2020-05-31 12:46:18 +02:00
1ce3e7d521 releaser: Include "Revert" commits in change log 2020-03-21 18:51:29 +01:00
df6e9efd8f Update releasenotes_writer.go 2020-01-07 13:15:22 +01:00
9e57182705 tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
2c7c361091 releaser: Create a proper automated title for patch releases
Fixes #6126
2019-07-30 09:02:03 +02:00
544f826dd6 releaser: Make it a one click release for patch releases 2019-07-28 15:05:15 +02:00
53da3881de releaser: Remove unused function
gitLog function is not used
2019-07-20 12:33:30 +02:00
9225db636e releaser: Remove version replacement in docs config
Fixes #5665
2019-04-01 09:11:36 +02:00
f7ef7d3761 releaser: Adjust patch vs images logic
Fixes #5664
2019-04-01 09:07:19 +02:00
b5f39d23b8 all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
9b619dc023 releaser: Adjust patch logic
See #5639
2019-02-01 10:09:14 +01:00
831d23cb4d Add tpl/site and tpl/hugo
This means that the current `.Site` and ´.Hugo` is available as a globals, so you can do `site.IsServer`, `hugo.Version` etc.

Fixes #5470
Fixes #5467
Fixes #5503
2018-12-06 14:37:25 +01:00
35fbfb19a1 commands: Show server error info in browser
The main item in this commit is showing of errors with a file context when running `hugo server`.

This can be turned off: `hugo server --disableBrowserError` (can also be set in `config.toml`).

But to get there, the error handling in Hugo needed a revision. There are some items left TODO for commits soon to follow, most notable errors in content and config files.

Fixes #5284
Fixes #5290
See #5325
See #5324
2018-10-16 22:10:56 +02:00
048a64be1c releaser: Update path to snap/snapcraft.yaml 2018-09-25 07:21:09 -06:00
4b82f74848 Update releasenotes_writer.go
Add @onedrawingperday to the release credit list. The activity on the theme repo is increasing and the work he and @digitalcraftsman 
 is doing is very much appreciated.
2018-09-14 23:25:54 +02:00
ccd3285484 releaser: Fix golint issues
struct field HtmlURL should be HTMLURL
2018-09-07 08:25:51 +02:00
de23293486 releaser: Work around a Goreleaser bug
Closes #4918
2018-08-17 11:03:28 +02:00
cfc5096e83 releaser: Put release notes below /en
Fixes #4712
2018-05-25 17:53:03 +02:00
10fef32de6 releaser: Adjust the "thank you" section 2018-03-16 20:56:28 +01:00
55fb0eac20 releaser: Remove suplerflous release notes slug 2018-02-27 10:33:35 +01:00
8dc77b84a5 releaser: Create bundles for the release notes
Fixes #4413
2018-02-21 10:22:08 +01:00
f82428d2e0 releaser: Git info bounds checking 2018-01-11 09:39:42 +01:00
c4bf03a558 releaser: Improve release notes front matter 2017-10-19 12:34:03 +02:00
e939aaed8b releaser: Correctly set final version on patch releases 2017-10-19 07:12:23 +02:00
d2249c5099 Set up Hugo release flow on CircleCI
This rewrites the release logic to use CircleCI 2.0 and its approve workflow in combination with the state of the release notes to determine what to do next.

Fixes #3779
2017-09-10 17:14:02 +02:00
46ac745374 all: Fix spelling
And some other minor issues.
2017-08-07 20:19:24 +02:00
0d495d5373 releaser: Update to new release notes location 2017-08-07 08:54:40 +02:00
11e5d456e8 releaser: Include stats from hugoDocs
Fixes #3727
2017-08-06 11:18:19 +02:00
81c13171a9 Add some missing doc comments
As pointed out by the linter, some exported functions and types are
missing doc comments.
The linter warnings have been reduced from 194 to 116.
Not all missing comments have been added in this commit though.
2017-08-03 15:57:51 +02:00
195f945758 releaser: Ignore openbsd/arm
It is failing with "undefined: Flock_t".
2017-07-10 08:56:57 +02:00
51bcd5083c releaser: Fix tag push 2017-07-07 09:28:35 +02:00
4989950d49 releaser: Use real theme count in template 2017-07-06 17:31:04 +02:00
477684022f releaser: Adjustments 2017-07-06 01:32:55 +02:00
70d8ddcb60 releaser: Revise the docs handling to match new subtree
Fixes #3649
2017-07-05 14:27:43 +02:00
5f831a6223 releaser: Replace the magic version handling
Take the new version as a string value.
2017-07-05 14:27:43 +02:00
e7a54e7afc releaser: Add --try flag to ease testing 2017-07-05 14:27:43 +02:00
b463c5ad86 releaser: Remove trailing space in fixes list 2017-06-25 08:29:58 -06:00
1a041522df releaser: One more fix 2017-06-24 09:49:57 +02:00
3aade08977 releaser: Improve docs submodule handling
Still not optimal.
2017-06-24 09:18:57 +02:00
0e1bda34c3 vendor: Fix +-timezones in TOML
Fixes #29
2017-06-23 18:57:06 +02:00
58ce9213c0 releaser: Fix typo, change "relase" to "release" 2017-06-21 21:37:53 +02:00
4345026bd6 releaser: Add TODO 2017-06-16 10:11:02 +02:00
af85eb62b4 releaser: Adjust 2017-06-16 09:40:47 +02:00
00e2fe077a releaser: Adapt release logic to docs submodule 2017-06-16 08:51:43 +02:00
c17ad675e8 all: Update textual references in Go source to point to gohugoio/hugo 2017-06-13 18:47:17 +02:00
d8717cd4c7 all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
fb5cac704e releaser: Spelling 2017-06-12 08:39:54 +02:00
89b85aede1 releaser: Disable flaky test 2017-05-22 23:23:52 +03:00
baa414ae41 releaser: Add a new step
When doing it step-by-step, we need to update the version numbers in its own step.
2017-05-22 16:04:40 +03:00