Skip to content

Commit

Permalink
bump up version: v3.5.0 -> v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Dec 12, 2022
1 parent 63eaf30 commit 37f4196
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.5.0/changelog-from-release_3.5.0_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.5.0_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.5.0_linux_amd64.tar.gz
RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.5.1/changelog-from-release_3.5.1_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.5.1_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.5.1_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 @@ -7,7 +7,7 @@ import (
"regexp"
)

const version = "v3.5.0"
const version = "v3.5.1"

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

0 comments on commit 37f4196

Please sign in to comment.