Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-28Add linux/arm64 extended to release setupBjørn Erik Pedersen
Fixes #8257
2022-03-08releaser: Remove the GitHub link syntax around release contributorsBjørn Erik Pedersen
Fixes #9581
2021-12-08releaser: Simplify the release processBjørn Erik Pedersen
Make it into a one step even for major releases.
2021-12-08releaser: Remove unused codeBjørn Erik Pedersen
2021-12-03releaser: Rework and simplify to use GitHub only for release notesBjørn Erik Pedersen
2021-09-23Revert "Remove credit from release notes"digitalcraftsman
See b2eaf4c8c2e31aa1c1bc4a2c0061f661e01d2de1
2021-07-21Fix theme count in release notesDigitalcraftsman
2021-06-25Remove credit from release notesdigitalcraftsman
2021-04-15Remove duplicate references from release notesJoe Mooring
Closes #8360
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
2020-06-02Remove credit (#7347)Alexandros
2020-05-31releaser: Adjust the "thanks" sectionBjørn Erik Pedersen
2020-01-07Update releasenotes_writer.goBjørn Erik Pedersen
2019-07-30releaser: Create a proper automated title for patch releasesBjørn Erik Pedersen
Fixes #6126
2019-07-28releaser: Make it a one click release for patch releasesBjørn Erik Pedersen
2019-04-01releaser: Adjust patch vs images logicBjørn Erik Pedersen
Fixes #5664
2019-02-01releaser: Adjust patch logicBjørn Erik Pedersen
See #5639
2018-09-15Update releasenotes_writer.goBjørn Erik Pedersen
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-07releaser: Fix golint issuesCameron Moore
struct field HtmlURL should be HTMLURL
2018-05-25releaser: Put release notes below /enBjørn Erik Pedersen
Fixes #4712
2018-03-16releaser: Adjust the "thank you" sectionBjørn Erik Pedersen
2018-02-27releaser: Remove suplerflous release notes slugBjørn Erik Pedersen
2018-02-21releaser: Create bundles for the release notesBjørn Erik Pedersen
Fixes #4413
2017-10-19releaser: Improve release notes front matterBjørn Erik Pedersen
2017-09-10Set up Hugo release flow on CircleCIBjørn Erik Pedersen
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-08-07releaser: Update to new release notes locationBjørn Erik Pedersen
2017-08-06releaser: Include stats from hugoDocsBjørn Erik Pedersen
Fixes #3727
2017-08-03Add some missing doc commentsJorin Vogel
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-07-06releaser: Use real theme count in templateBjørn Erik Pedersen
2017-07-06releaser: AdjustmentsBjørn Erik Pedersen
2017-07-05releaser: Add --try flag to ease testingBjørn Erik Pedersen
2017-06-25releaser: Remove trailing space in fixes listAnthony Fok
2017-06-21releaser: Fix typo, change "relase" to "release"Anthony Fok
2017-06-16releaser: Adapt release logic to docs submoduleBjørn Erik Pedersen
2017-06-13all: Update textual references in Go source to point to gohugoio/hugoBjørn Erik Pedersen
2017-05-20releaser: Fix tag detection for changelog when doing a main release Bjørn Erik Pedersen
Also improve the changelog slightly. Fixes #3482
2017-04-24Automate the Hugo release processBjørn Erik Pedersen
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