From 79fb16c8e43b33a5fa9674060e28abe96b6ca1c9 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 16 Aug 2019 20:45:05 +0900 Subject: [PATCH] Release: v0.57.1 (#13) * upgrade: hugo to v0.57.1 * enhance: .github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5d424fc..07ba4e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,3 @@ -- [ ] upgrade: hugo to `v0..` +- [ ] upgrade: hugo to `` - [ ] update: tag on readme -- [ ] release: `v0..` with **master** branch +- [ ] release: `` with **master** branch diff --git a/Dockerfile b/Dockerfile index f145ba0..5b3039c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/peaceiris/actions-hugo" LABEL "homepage"="https://github.com/peaceiris/actions-hugo" LABEL "maintainer"="peaceiris" -ENV HUGO_VERSION='0.57.0' +ENV HUGO_VERSION='0.57.1' ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_Linux-64bit" ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz" RUN wget "${HUGO_URL}" && \ diff --git a/README.md b/README.md index 57b0ff1..c5ea240 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@master - name: build - uses: peaceiris/actions-hugo@v0.57.0 + uses: peaceiris/actions-hugo@v0.57.1 with: args: --gc --minify --cleanDestinationDir - name: deploy