We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494b95d commit 2fd975aCopy full SHA for 2fd975a
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3
2
3
-RUN pip install -U pip && pip install changerelease==1.1.0
+RUN pip install -U pip && pip install changerelease==1.1.1
4
5
COPY entrypoint.sh /
6
pyproject.toml
[tool.poetry]
name = "changerelease"
-version = "1.1.0"
+version = "1.1.1"
description = "Sync GitHub Releases with CHANGELOG.md"
authors = ["Dave Gaeddert <dave.gaeddert@dropseed.io>"]
license = "MIT"
0 commit comments