Skip to content

Commit 4f0f29b

Browse files
author
Orta Therox
authoredApr 12, 2021
Merge pull request #142 from microsoft/orta-deploy-docs
Update README.md for deploy docs
2 parents f7eea49 + be5f805 commit 4f0f29b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ For JSPM users:
136136
}
137137
```
138138

139+
## Deployment
140+
141+
- Choose your new version number
142+
- Set it in `package.json` and `bower.json`
143+
- Create a tag: `git tag [version]`
144+
- Push the tag: `git push --tags`
145+
- Create a [release in GitHub](https://github.com/microsoft/tslib/releases)
146+
- Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow
147+
148+
Done.
139149

140150
# Contribute
141151

0 commit comments

Comments
 (0)
Please sign in to comment.