From bee6fbe50fc8fa512ac32a892655224a00d6d86b Mon Sep 17 00:00:00 2001 From: Aldwin Vlasblom Date: Thu, 9 May 2019 10:05:46 +0200 Subject: [PATCH] Add automatic provision of the --tag option to npm publish --- README.md | 9 +++++++-- xyz | 20 +++++++++++++++++--- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43c1701..b6c343d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ xyz uses a feature added in Bash 4, released in 2009. macOS users should run Specify the level of the current version number to increment. Valid levels: 'major', 'minor', 'patch', 'premajor', 'preminor', 'prepatch', and 'prerelease'. 'patch' is assumed if this option - is omitted. + is omitted. Choosing one of the prereleases causes the npm dist-tag + to be set according to --prerelease-label. -m --message