briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
137 stars 68 forks source link

Git code not tagged to correspond with npmjs.com? #28

Closed mikehardy closed 5 years ago

mikehardy commented 5 years ago

This is more of a question than an issue :-)

I see on npmjs.com that the package is being updated with the work here - last publish is 1.3.8 and recently: https://www.npmjs.com/package/rn-update-get-sms-android

However, I don't see any git tags or anything here, so I'm not sure what code is in which version? In the future could you git tag vX.Y.Z and git push --tags for the corresponding commit that you npm publish ? I would appreciate it, as I appreciate all the effort here :-). Thanks

briankabiro commented 5 years ago

Hey Mike. Thanks for flagging this.

I've been tagging versions through npm and not pushing them using git. I will definitely start doing this from now onwards.

Appreciate the pointers; I've managed to push them now so that's a start. 😃

https://github.com/briankabiro/react-native-get-sms-android/releases

mikehardy commented 5 years ago

Fantastic - thanks