Skip to content

Commit

Permalink
bump up version: v3.1.3 -> v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 10, 2022
1 parent fbd5328 commit 349dc10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM alpine:latest
RUN apk --no-cache add git curl jq \
&& rm -rf /var/lib/apt/lists/*

RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.1.3/changelog-from-release_3.1.3_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.1.3_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.1.3_linux_amd64.tar.gz
RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.1.4/changelog-from-release_3.1.4_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.1.4_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.1.4_linux_amd64.tar.gz

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

var version = "v3.1.3"
var version = "v3.1.4"

func usage() {
fmt.Fprint(os.Stderr, "Usage: changelog-from-release [flags]\n\n")
Expand Down

0 comments on commit 349dc10

Please sign in to comment.