Skip to content

Commit be5f805

Browse files
author
Orta Therox
authoredJan 6, 2021
Update README.md
1 parent 54a056a commit be5f805

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.