Blame view

node_modules/bower/lib/templates/json/help-version.json 1.04 KB
2dda2e10   Administrator   generator ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  {
      "command": "version",
      "description": "Run this in a package directory to bump the version and write the new data back to the bower.json file.\n\nThe newversion argument should be a valid semver string, or a valid second argument to semver.inc (one of \"build\", \"patch\", \"minor\", or \"major\"). In the second case, the existing version will be incremented\nby 1 in the specified field.\n\nIf run in a git repo, it will also create a version commit and tag, and fail if the repo is not clean.\n\nIf supplied with --message (shorthand: -m) config option, bower will use it as a commit message when creating a version commit. If the message config contains %s then that will be replaced with the resulting\nversion number. For example:\n\n    bower version patch -m \"Upgrade to %s for reasons\"",
      "usage": [
          "version [<newversion> | major | minor | patch]"
      ],
      "options": [
          {
              "shorthand":   "-m",
              "flag":        "--message",
              "description": "Custom git commit and tag message"
          }
      ]
  }