Skip to content

Commit

Permalink
bump up version: v3.7.1 -> v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 26, 2024
1 parent 0800380 commit f2daf5e
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 github-cli \
&& rm -rf /var/lib/apt/lists/*

RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.7.1/changelog-from-release_3.7.1_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.7.1_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.7.1_linux_amd64.tar.gz
RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.7.2/changelog-from-release_3.7.2_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.7.2_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.7.2_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 @@ -8,7 +8,7 @@ import (
"regexp"
)

const version = "v3.7.1"
const version = "v3.7.2"

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

0 comments on commit f2daf5e

Please sign in to comment.