rhysd / changelog-from-release

Simple changelog generator from GitHub releases
https://github.com/rhysd/changelog-from-release/blob/master/CHANGELOG.md
MIT License
82 stars 14 forks source link

❔ Supporting images for a private repository #28

Open ollyhensby opened 5 months ago

ollyhensby commented 5 months ago

Question I have a private repository that belongs to the organisation that I work for and it isn't possible to make it public.

Is there any way to support images that are used in the release notes?

The output currently doesn't show the image that exists in the release notes:

image

I assume this is because the documentation cannot access the image asset due to it being private.

Any help with this is much appreciated!

rhysd commented 5 months ago

Do you upload the image to the release note directly on GitHub? If so, that looks a limitation of GitHub that an image uploaded to a release page is not made public outside the page.

ollyhensby commented 5 months ago

Hi @rhysd, apologies for taking a while to get back to this.

Yeah, it seems so. We couldn't figure out a way to get it to work for a private repository unfortunately. In the end, we took a different approach and created the release notes manually in a markdown where the images are called from a directory.

Happy to close the issue.