DEV Community

Discussion on: A review of semantic versioning using npm version

Collapse
 
mattmcmahon profile image
Matt McMahon

npm version will also automatically create a new git tag for you, too. These tags won't be pushed upstream, though, unless they're signed.

Configuring git to cryptographically sign commits would be a great follow up post! 😁👍