dotkom / design-system

Component library, maybe
https://design.online.ntnu.no
MIT License
4 stars 4 forks source link

Feature: publish to npm on version change #79

Closed niklasmh closed 4 years ago

niklasmh commented 4 years ago

Publish a GitHub release to NPM was not possible as the semantic version is in the package.json. Therefore a bump in version from package.json should be done first, then we can create a release from that automatically. We can also publish to NPM at the same time making it much simpler.

In other words: Now we only need to modify the version in package.json and push the change to master. The rest is magic happening on the server.

Fixes #77