To release we still have to do to many steps. This is why we should use a plugin like https://github.com/semantic-release/semantic-release to make it simpler.
The perfect scenario would be:
- on develop: release with a
develop or canary tag.
- on master: release with the
latest tag.
This way we alway have a nice stable version on the master and install the develop version with npm install platform-proxy@latest
To release we still have to do to many steps. This is why we should use a plugin like https://github.com/semantic-release/semantic-release to make it simpler.
The perfect scenario would be:
developorcanarytag.latesttag.This way we alway have a nice stable version on the master and install the develop version with
npm install platform-proxy@latest