storybookjs / addon-designs

A Storybook addon that embeds Figma, websites, or images in the addon panel.
https://storybookjs.github.io/addon-designs
MIT License
869 stars 73 forks source link

Archive changelog and link addon changelog to root #221

Closed shilman closed 8 months ago

shilman commented 8 months ago

Closes #220

@pocka I tried to configure Auto to output CHANGELOG.md to the root, but didn't see an option for that. For now I've created a symbolic link from the package changelog to the root directory. If you have better ideas I'm open to trying other things. WDYT?

pocka commented 8 months ago

@pocka I tried to configure Auto to output CHANGELOG.md to the root, but didn't see an option for that. For now I've created a symbolic link from the package changelog to the root directory. If you have better ideas I'm open to trying other things. WDYT?

Unfortunately GitHub (still) does not support symlink on their web UI... https://github.com/storybookjs/addon-designs/blob/shilman/fix-changelog/CHANGELOG.md

Maybe having a <repo root>/CHANGELOG.md that have something like below would be good enough (better than nothing).

See <./packages/storybook-addon-designs/CHANGELOG.md>
shilman commented 8 months ago

@pocka fair point. updated!

pocka commented 8 months ago

Thanks, looks good to me!

shilman commented 8 months ago

Thanks so much for pointing it out!