mediumexporter icon indicating copy to clipboard operation
mediumexporter copied to clipboard

Why not release v1.0.0 on npm?

Open nweldev opened this issue 6 years ago • 3 comments

I added this repo as a submodule in my project as I needed to use the programmatic API and needed to fix #20. Why not release this version, at least as @next?

nweldev avatar Aug 22 '19 11:08 nweldev

@xdamman if you can't access npm (as mentioned in https://github.com/xdamman/mediumexporter/issues/20#issuecomment-485064110) then perhaps you could do a "release" tag on GitHub instead?

Right now when I browse the "releases" I get only v0.1.6; I have to look through the commit log to find the newer version. It would be useful to find it in the "release" list (and who knows, maybe that's where npm gets its releases from too?).

badrihippo avatar Sep 10 '19 12:09 badrihippo

I created the release v0.2.0 from the latest master. Unfortunately I don’t have access to npm and can’t complete the semantic-release setup for automated publishing. https://github.com/xdamman/mediumexporter/releases/tag/v0.2.0

PatrickHeneise avatar Sep 11 '19 06:09 PatrickHeneise

This is good enough! I can now install using

npm install github:xdamman/mediumexporter#v0.2.0

But perhaps you could change the package.json version number to match with the tag (or vice versa)? Right now npm thinks it's [email protected] even though the tag is v0.2.0.

badrihippo avatar Sep 13 '19 03:09 badrihippo