steps to release a webpack plugin
@jalkoby - Sergey Pchelintsev
git commit -m "0.0.1 Reason for it"
git commit -m "0.0.2 Finding a knowledge base"
git commit -m "0.0.3 Basic MVP code"
git commit -m "0.0.4 Simple configuration"
git commit -m "0.0.5 Effective logging"
git commit -m "0.0.6 Dev server integration"
git commit -m "0.0.7 Maintance"
git commit -m "0.0.8 Releasing"
npm publish xyz-webpack-plugin
# that's all folks
By Sergey Pchelincev