This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
Releases
Hamlet D'Arcy edited this page Aug 21, 2015
·
24 revisions
- The npm package is published by the Microsoft account
- Directions for publishing with the Microsoft Account are available with CORPNET access
- Releases are made from the "master" branch and tagged with the format "[version]"
- The npm packages are pushed to the "releases" branch and tagged with the format "npm-[version]"
-
git pull and do a full build
git pull npm install grunt
-
tag the master branch with the format [version]
git tag 0.0.1 git push --tags
-
Increase version number in package.json and push
-
git clone git@github.com:Microsoft/tslint-microsoft-contrib.git tslint-microsoft-contrib-releases
-
Checkout branch releases
-
Replace all files with the contents of /dist/build directory created from master
-
Commit and push to remote
-
tag the releases branch with the format npm-[version]
git tag npm-0.0.1 git push --tags
- Follow the steps at https://opensourcehub2.microsoft.com/articles/how-to-publish-npm-package?
- Basically just send the email they want and wait a little while