Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create a Docker image to generate the release change log#546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jcouball merged 1 commit intomasterfromdockerize_changelog
Dec 20, 2021

Conversation

@jcouball
Copy link
Member

Signed-off-by: James Couballjcouball@yahoo.com

Your checklist for this pull request

🚨Please review theguidelines for contributing to this repository.

  • Ensure all commits include DCO sign-off.
  • Ensure that your contributions pass unit testing.
  • Ensure that your contributions contain documentation if applicable.

Description

I don't use Rust so it seems like everytime I need to generate a change log withchangelog-rs, I have to remember to install Rust, installchangelog-rs, and remember how to use it.

This PR adds a Dockerfile and instructions to runchangelog-rs so you don't have to install Rust or the changelog-rs command.

To Build the changelog-rs docker image, run this command from this project's root directory:

docker build --file Dockerfile.changelog-rs --tag changelog-rs.

To use this image to output a changelog, run the following command from the project's root directory. Substitute the appropriate release tags.

docker run --rm --volume"$PWD:/worktree" changelog-rs v1.9.1 v1.10.0

Signed-off-by: James Couball <jcouball@yahoo.com>
@jcouballjcouball changed the titleCreate a Docker image to generate a release change logCreate a Docker image to generate the release change logDec 20, 2021
@jcouballjcouball merged commitcb01d2b intomasterDec 20, 2021
@jcouballjcouball deleted the dockerize_changelog branchDecember 20, 2021 17:55
@jcouballjcouball mentioned this pull requestJan 3, 2022
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jcouball

[8]ページ先頭

©2009-2025 Movatter.jp