Skip to content

Commit 05d288e

Browse files
committed
Version 1.4.0
1 parent fceacf4 commit 05d288e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3
22

3-
RUN pip install -U pip && pip install changerelease==1.3.0
3+
RUN pip install -U pip && pip install changerelease==1.4.0
44

55
RUN echo '#!/bin/sh -ex\nchangerelease sync $@' > /entrypoint.sh && chmod +x /entrypoint.sh
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "changerelease"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Sync GitHub Releases with CHANGELOG.md"
55
authors = ["Dave Gaeddert <dave.gaeddert@dropseed.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)