mikeal / merge-release

Automatically release all merges to master on npm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question: Push the bumped npm version - does not work for me

ruscon opened this issue · comments

See warnings https://github.com/goparrot/geocoder/runs/303064830#step:5:8

Is it because I have custom scripts?

        "prepublishOnly": "echo \"use 'npm run publish'\" && exit 1",
        "publish": "npm run build && node bin/prepublish.js && npm publish dist",
        "preversion": "npm run pre-commit",
        "version": "npm run changelog",
        "postversion": "git push && git push --tags"

If so, how can I make it work correctly with your plugin?

I encountered the same issue. The tag was pushed successfully though

Could be the scripts, try disabling them all (you probably don’t need them if you’re automating the releases). There’s nothing obvious in the logs, this seems like a silent failure, so I’m just debugging in the dark a bit 😞