serverless-dynamodb-local
serverless-dynamodb-local copied to clipboard
Release version mismatch: 1.0.0 vs 0.2.25?
Actual Behaviour
Current release is tagged as v1.0.0. Last previous release is v0.1.0, yet when I install I am pulling down v0.2.25?
Expected Behaviour
NPM should install a version that is documented in the releases.
Steps to reproduce it
Use npm to install.
Screenshots of the issue
+1 here. The release tags that have been pushed to github don't reflect reality. If I'm supposed to trust this package, a baseline should be to have an accurate version list documented
git push --tags
should do this for you if you're tagging your releases. NPM CLI does this for you!
Given the pretty well known issues around versions >0.2.30
, having an accurate releases list (bonus points for release notes) would do wonders for developers who rely on this for their local development.