Skip to content

Commit 4c590db

Browse files
authored
Adding temporary publish scripts that implement the publish flow. (microsoft#4)
* Adding publish scripts. * Updating publish script to write the file. * Improvements to scripts. * Adding git add. * Update. * Updating publish script. * Removing commitTags * Updates so that dependency updates trickle down correctly. * Changes * npmx update. * Updating shrinkwrap. * Adding strict. * Updating change file. * Renabling git push and publish. Deleting changelog updating placeholder for now.
1 parent 074c399 commit 4c590db

10 files changed

Lines changed: 520 additions & 118 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"name": "Launch",
66
"type": "node",
77
"request": "launch",
8-
"program": "node_modules/gulp/bin/gulp.js",
8+
"program": "${workspaceRoot}/scripts/publish.js",
99
"stopOnEntry": false,
1010
"args": [],
11-
"cwd": ".",
11+
"cwd": "${workspaceRoot}",
1212
"runtimeExecutable": null,
1313
"runtimeArgs": [
1414
"--nolazy"

changes/testbump-guid.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-serve",
5+
"type": "patch",
6+
"comments": [
7+
"Republishing a package from new repo."
8+
]
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)