Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Jan 26, 2017
1 parent 902077f commit 0ff9fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tool for generating deployment scripts for Azure Websites
Here is the workflow to make fixes and propagate them:

- Make fix and commit it to this repo
- Run `npmpublish.cmd` to publish it to npm and create a tag with a new version
- Run `npmpublish.cmd` to publish it to npm and create a tag with a new version. Check that the new version is on https://www.npmjs.com/package/kuduscript
- Push the fix to this repo. Use `git push --follow-tags` to push the new tag
- Go to https://github.com/Azure/azure-xplat-cli/blob/dev/package.json and send a PR to update the kuduscript reference to the new version. This will make it available in the xplat tool
- Change https://github.com/projectkudu/kudu/blob/master/Kudu.Services.Web/updateNodeModules.cmd to point to the new kuduscript commit. This will make Kudu use it
Expand Down

0 comments on commit 0ff9fc0

Please sign in to comment.