Skip to content

Commit

Permalink
FLUID-5789: correcting comment for publish.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Oct 19, 2015
1 parent 9e13244 commit f5a6328
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions publish.js
Expand Up @@ -210,8 +210,10 @@ publish.clean = function (options) {
/**
* Publishes a develpment build.
* This creates a release named after the version but with the build stamp,
* appended to the end in the format X.x.x-prerelease.yyyymmddThhmmssZ.shortHash,
* where prerelease is taken from the devTag option and devfaults to "dev".
* appended to the end. By default this will create a release with version
* X.x.x-prerelease.yyyymmddThhmmssZ.shortHash where x.x.x-prerelease is sourced
* from the version number in the package.json file and the build id
* (yyyymmddThhmmssZ.shortHash) is generated based on the latest commit.
*
* @param isTest {Boolean} - indicates if this is a test run
* @param options {Object} - see defaultOptions in package.json for possible values
Expand Down

0 comments on commit f5a6328

Please sign in to comment.