diff --git a/Jenkinsfile b/Jenkinsfile index 2d9cc26..1f93347 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -191,7 +191,7 @@ gitMerge(workingBranch, releaseBranch) // Bump version into release branch jsVersion(nextVersion) - gitCommit("Update version to ${nextVersion}", 'package.json') + gitCommit("Update version to ${nextVersion}", 'lazyDir/package.json') // Uncomment the following to merge version bump back into the working branch //gitMerge(releaseBranch, workingBranch) // Tag and publish changes in release branch