Skip to content

Commit

Permalink
bump up version: v3.7.2 -> v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Oct 15, 2024
1 parent 755ecc0 commit c380f33
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.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
RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.8.0/changelog-from-release_3.8.0_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.8.0_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.8.0_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 @@ -11,7 +11,7 @@ import (
"time"
)

const version = "v3.7.2"
const version = "v3.8.0"

func usage() {
fmt.Fprint(os.Stderr, `Usage: changelog-from-release [FLAGS]
Expand Down

0 comments on commit c380f33

Please sign in to comment.