np icon indicating copy to clipboard operation
np copied to clipboard

A better `npm publish`

Results 132 np issues
Sort by recently updated
recently updated
newest added

## Description [issue demo](https://github.com/oren-l/np-issue) ## Steps to reproduce 1. `git clone [email protected]:oren-l/np-issue.git` 2. `npm install` 3. `npm run release` 4. Type when prompted for selecting semver change ## Expected behavior...

bug
on-hold

## Description I tried to publish my module for the very first time (with a brand new npm account as well) and kept getting this error: ``` >np Publish a...

bug
help wanted
good first issue

[](https://issuehunt.io/r/sindresorhus/np/issues/383) We need to add tests for `source/util.js`, `source/version.js`, `source/git-util.js` and `source/npm/util.js`. > There is a $60.00 open bounty on this issue. Add more on [Issuehunt](https://issuehunt.io/r/sindresorhus/np/issues/383). > - Checkout the...

help wanted
:dollar: Funded on Issuehunt

## Description When running `np` there doesn't appear to be any "username/password" prompt to enter the GitHub credentials at the 'Publishing tags' step. Or at least it may be hidden....

## Description When using Travis CI to publish packages on git tags, the following error gets thrown, even with the `--no-publish` flag set: ``` No commits found since previous release,...

Following on from the discussion at Node.js core from https://github.com/nodejs/node/issues/14970#issuecomment-482996427, I'm wondering if it's worth trying to standardize this publishing feature to apply to other publish tools as well. How...

It happens a lot that you start an `np` task and then you go off and do something else. Then you forget that you started the `np` task and it...

enhancement
help wanted

## Description The README states that `np` "Ensures ... that there are no unpulled changes". This is only true if the local checkout already knows that there are remote changes...

bug
help wanted

The interactive mode shows the current version an the next version 👌 ``` ❯ np Publish a new version of fit-textarea (current: 1.1.0) ? Select semver increment or specify new...

enhancement
help wanted

Running `np` lets you choose the release type and tag interactively, but `np prerelease` requires to pre-specify the tag via flag, erroring if it doesn't have it: ``` ❯ np...

enhancement
help wanted