serverless-dynamodb-local icon indicating copy to clipboard operation
serverless-dynamodb-local copied to clipboard

Release version mismatch: 1.0.0 vs 0.2.25?

Open btburton42 opened this issue 7 years ago • 1 comments

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

screenshot-2017-09-29-11 01 51

btburton42 avatar Sep 29 '17 18:09 btburton42

+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.

JordanForeman avatar Jan 21 '19 16:01 JordanForeman