Skip to content

Commit

Permalink
bump up version: v3.6.1 -> v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 29, 2023
1 parent e2b4781 commit 818b2f7
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.6.1/changelog-from-release_3.6.1_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.6.1_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.6.1_linux_amd64.tar.gz
RUN curl -LO https://github.com/rhysd/changelog-from-release/releases/download/v3.7.0/changelog-from-release_3.7.0_linux_amd64.tar.gz \
&& tar xf changelog-from-release_3.7.0_linux_amd64.tar.gz -C / \
&& rm changelog-from-release_3.7.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 @@ -8,7 +8,7 @@ import (
"regexp"
)

const version = "v3.6.1"
const version = "v3.7.0"

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

0 comments on commit 818b2f7

Please sign in to comment.