Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changes
  • Loading branch information
dzearing committed Oct 6, 2016
commit 065b1fe3e26dc2acb46776696ce0b7619e3f2c6d
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"name": "Launch",
"type": "node",
"request": "launch",
"program": "node_modules/gulp/bin/gulp.js",
"program": "${workspaceRoot}/scripts/publish.js",
"stopOnEntry": false,
"args": [],
"cwd": ".",
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
Expand Down
14 changes: 9 additions & 5 deletions changes/testbump-guid.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"changes": [
{
"packageName": "@microsoft/gulp-core-build-sass",
"packageName": "@microsoft/gulp-core-build",
"type": "patch",
"comments": ["Fixing bug that caused x issue."]
"comments": [
"Fixing bug that caused x issue."
]
},
{
"packageName": "@microsoft/gulp-core-build-typescript",
"packageName": "@microsoft/gulp-core-build-sass",
"type": "patch",
"comments": ["b"]
"comments": [
"Fixing bug that caused x issue."
]
}
]
}
}