Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wagoodman
Copy link
Contributor

Adds a new make target make changelog to generate a changelog in the root of the repo. Additionally adds this changelog to the GitHub Releases page on release in the form of a draft.

Closes #159

Signed-off-by: Alex Goodman <[email protected]>
changelog:
mkdir -p $(DISTDIR)
@docker run -it --rm \
-v "$(shell pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your-app ?

Copy link
Contributor Author

@wagoodman wagoodman Aug 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, that's specific to the container they have built, not something we control. The CHANGELOG.md will get output to there, so instead of extracting from the container I just mount a volume to get it. Using their image still seemed relatively cleaner than pulling in a bunch of ruby dependencies and doing it ourselves.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But...

your-app?

@wagoodman wagoodman merged commit d85d0ac into main Aug 27, 2020
@wagoodman wagoodman deleted the add-changelog-generation branch August 27, 2020 12:10
GijsCalis pushed a commit to GijsCalis/syft that referenced this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add auto-changelog generation

3 participants