Skip to content

Commit

Permalink
Added version to commit message and deleted bumpVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
diogofcunha committed Jan 27, 2017
1 parent 7b853c4 commit db0c903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
13 changes: 0 additions & 13 deletions ci/publish/bumpVersion.js

This file was deleted.

4 changes: 3 additions & 1 deletion ci/publish/publishMaster.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ $releaseVersion = node ./ci/publish/getCurrentVersion
if($?)
{
Write-Host "Publishing $($releaseVersion) to npm"
./node_modules/.bin/lerna publish --repo-version $releaseVersion --message "Version bump [ci skip]" --yes
$versionBumpMessage = "Version Bump to $($releaseVersion) [ci skip]"

./node_modules/.bin/lerna publish --repo-version $releaseVersion --message $versionBumpMessage --yes
if($?){
Write-Host "Regenerating public site and examples"
node ./ci/publish/publishExamples.js
Expand Down

0 comments on commit db0c903

Please sign in to comment.