xolvio / storybook-webpack-federation-plugin

Exposes all the components in your Storybook as Webpack 5 federated components.
MIT License
57 stars 5 forks source link

chore: add tooling for linting, bumping, and releasing #11

Closed TillaTheHun0 closed 4 years ago

TillaTheHun0 commented 4 years ago

This PR:

TillaTheHun0 commented 4 years ago

@lgandecki I just swapped out standard-version for semantic-release based on our discussion about what you would like to happen on a release (just a git tag). semantic-release should work out of the box with this setup as we are still adhering to Angular Commit Style (Conventional Commits)

TillaTheHun0 commented 4 years ago

@lgandecki any eyes on this?

lgandecki commented 4 years ago

not yet! Sorry. Super busy the last few days. worst-case scenario I will get this done the coming weekend.

lgandecki commented 4 years ago

I want to add the semantic-release separately so I took the previous commit from this branch, created a new branch and merged all that there - #17 . Thanks for your help!