Skip to content

Latest commit

History

History
9 lines (6 loc) 路 323 Bytes

fast-jars-thank.md

File metadata and controls

9 lines (6 loc) 路 323 Bytes
@changesets/cli
minor

Private packages can now be tagged in the same way public packages do when they are published to npm.

To enable set privatePackages: { version: true, tag: true } in your config.json.

You can also now opt private packages out of versioning entirely by setting privatePackages: false.