Sha256: 62a51a490c39c1e97bdbee2721b077821559118da56c2acae38c986f17d4ad73
Contents?: true
Size: 405 Bytes
Versions: 25
Compression:
Stored size: 405 Bytes
Contents
FROM rust # Build the docker image (from this project's root directory): # docker build --file Dockerfile.changelog-rs --tag changelog-rs . # # Use this image to output a changelog (from this project's root directory): # docker run --rm --volume "$PWD:/worktree" changelog-rs v1.9.1 v1.10.0 RUN cargo install changelog-rs WORKDIR /worktree ENTRYPOINT ["/usr/local/cargo/bin/changelog-rs", "/worktree"]
Version data entries
25 entries across 25 versions & 3 rubygems