Code Monkey home page Code Monkey logo

Comments (3)

Andarist avatar Andarist commented on August 22, 2024

You could add CI for publishing - but you'd have to configure smth like semantic-release and be careful with it as it would be automated

Personally I prefer manual releases (but u can chose whatever you like).

I've tried to add u as maintainer on npm (so u should be able to publish a new release), but not sure if it has worked because their UI is clunky. Just try to do it and if it won't work I'll contact npm to solve this.

Usually I add some release scripts like this:

"release:patch": "npm version patch && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:major": "npm version major && npm publish && git push --follow-tags",

You might want to do a trial run first with smth like:

npm version preminor && npm publish --tag beta

to see if it works for u.

Remember that you have to be logged in with ur npm account.

from redux-saga-devtools.

abettadapur avatar abettadapur commented on August 22, 2024

@Andarist I do not think it worked, I am not listed as a collaborator here
https://www.npmjs.com/package/redux-saga-devtools

from redux-saga-devtools.

Andarist avatar Andarist commented on August 22, 2024

Ok, it seems that npm's UI is broken and it allowed me to add you as maintainer but actually the system didnt allow it. I've added u to our npm organization and then it clicked. Please try again, should be OK now

from redux-saga-devtools.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.