Releasing is tedious. This is faster.
Simplifies the release process into npm version patch && npm publish
Details
One point that might be worth noting (changing?) is that at no point
are we running the cloud tests. This is only usually done on the master
branch, but we have had times where the maintainer has been a bit too
quick and haven't waited for the master branch to build before
releasing a new version.
Should we include a postversion step where we run the test-cloud
script? All maintainers should by now have access to the sauce labs
credentials.
Purpose
Releasing is tedious. This is faster. Simplifies the release process into
npm version patch && npm publish
Details
One point that might be worth noting (changing?) is that at no point are we running the cloud tests. This is only usually done on the master branch, but we have had times where the maintainer has been a bit too quick and haven't waited for the
master
branch to build before releasing a new version.Should we include a
postversion
step where we run thetest-cloud
script? All maintainers should by now have access to the sauce labs credentials.