Np Versions Save

A better `npm publish`

v7.5.0

3 years ago
  • Fix showing files added since the last release (#595) 626aed6

https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0

v7.4.0

3 years ago
  • Add support for custom commit message (#597) 65a674e
  • Fix --release-draft-only flag (#594) add5bd9

https://github.com/sindresorhus/np/compare/v7.3.0...v7.4.0

v7.3.0

3 years ago
  • Support .cjs file ending for config file locations (#596) b49b20f

https://github.com/sindresorhus/np/compare/v7.2.0...v7.3.0

v7.2.0

3 years ago
  • Check if yarn.lock is ignored before throwing error (#582) c76987a
  • Make commit log relative to release branch (#580) 8f812e0
  • Fix confusing prompt with empty file list (#589) ca3d830

https://github.com/sindresorhus/np/compare/v7.1.0...v7.2.0

v7.1.0

3 years ago
  • Add --release-draft-only flag (#578) 316bed2
  • Handle long path names in the "show files added since last release" feature (#579) 3466903
  • Show prompt only in interactive mode (#583) 4ae26d9

https://github.com/sindresorhus/np/compare/v7.0.0...v7.1.0

v7.0.0

3 years ago

Breaking

  • Prefer local install (#572) 0cff2b4 If you run the global np command, it will now defer to the local np if any. This is important when you use config and other things which might change across np versions. This is unlikely to be a breaking change for most people, but it's a major version to me safe.

Improvements

  • Show files added since the last release and not part of the package (#456) 08a2c06

Fixes

  • Fix error when Yarn cannot find test script (#567) c77e191

https://github.com/sindresorhus/np/compare/v6.5.0...v7.0.0

v6.5.0

3 years ago
  • Create release draft even when pushing to protected branches failed (#560) 3fc1e77

https://github.com/sindresorhus/np/compare/v6.4.0...v6.5.0

v6.4.0

3 years ago
  • Add --test-script flag to run custom tests before publish (#557) 0c46a2f
  • Add support for --no-2fa flag (#559) 0638d27
  • Add support for specifying release branch (#558) b8b1976

https://github.com/sindresorhus/np/compare/v6.3.2...v6.4.0

v6.3.2

3 years ago
  • Regression fix for tag not being taken when specified in CLI (#555) f29295d

https://github.com/sindresorhus/np/compare/v6.3.1...v6.3.2

v6.3.1

3 years ago
  • Fix a regression from 6.3.0 (#552) 59edfe6

https://github.com/sindresorhus/np/compare/v6.3.0...v6.3.1