question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

give core maintainers npm publish rights

See original GitHub issue

so that we can start pushing out some initial releases on top of this mono-repo, @stevemao will need to give a few of the core maintainers publish rights to all of the appropriate npm modules in the packages/ folder.

A release is then kicked off by running:

lerna publish

Which will prompt the person running the release for the appropriate version bumps for each module that has changed since the last release – the first release will require that each module is updated with a patch release (as a result of moving into this monorepo).


Note

I am beginning work as we speak on a tool to manage the changelog for each module in the packages/ folder – and will update our build process once I have something in the works.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

3reactions
stevemaocommented, Mar 24, 2017

Just learned that npm supports org now. Should be easier to add everyone!

1reaction
Tapppicommented, Mar 25, 2017

Yeah, the orgs are really nice in my experince, we should really be using them 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-owner - npm Docs
Manage ownership of published packages. ls: List all the users who have access to modify a package and push new versions. Handy when...
Read more >
NPM Maintainers Security Review - Dendritic Tech
A review of NPM package maintainers account security. ... You're about to find out what 45 minutes of searching can give you.
Read more >
Cannot publish npm package from release-it #697 - GitHub
Hi, when I try to manually publish the npm package everything works fine. But when I execute the release-it command I get the...
Read more >
An Open Source Maintainer's Guide to Publishing npm ...
Be default, publishing a package will publish everything in the directory. Sometimes you might not want to do that, e.g. if your repository...
Read more >
npm Blog Archive: changes to npm's unpublish policy
If another member of the community wishes to publish a package with the same name as a security placeholder, they'll need to contact...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found