MaibornWolff / alt-core-js

Acceptance & Load testing framework
https://www.npmjs.com/package/@maibornwolff/alt-core-js
MIT License
7 stars 1 forks source link

Automatically push to NPM when a tag is created #32

Closed johannesloher closed 5 years ago

johannesloher commented 5 years ago

At the moment, we have to push to NPM manually when we want to release a new version. Also we need to build manually before that to make sure that the lib folder has been created correctly.

To make this more robust, we should automatically build and push to NPM when a tag is pushed to GitHub. This can be done using the circle ci integration.