QuickBase / babel-plugin-styled-components-css-namespace

A babel plugin to add css namespaces (and increase specificity) of styled-component classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add better semver management

nvanselow opened this issue · comments

Right now we have a very manual semver documentation and management system. If this plugin has many more additional fixes, we may want to investigate a better system. If anyone has suggestions, please comment or open a PR!

I will have a look if I can put a PR this weekend to automate this. I have a repo using lerna. But, in this case, I can use semver library to manage that and follow the same process applied to my repo.

https://github.com/daniloster/react-experiments

I tried to improve it, but, without access to travis is very difficult due to the feedback loop. Also, I wish I could encrypt the NPM_TOKEN and GH_TOKEN using the latest travis encryption mechanism, however, I cannot generate (know) npm tokens nor github tokens. I am stepping back on this one.

Thanks for taking a look @daniloster! I'll get back to this as soon as I have some open time.