зеркало из https://github.com/microsoft/tslib.git
Merge pull request #142 from microsoft/orta-deploy-docs
Update README.md for deploy docs
This commit is contained in:
Коммит
4f0f29bb9d
10
README.md
10
README.md
|
@ -136,6 +136,16 @@ For JSPM users:
|
|||
}
|
||||
```
|
||||
|
||||
## Deployment
|
||||
|
||||
- Choose your new version number
|
||||
- Set it in `package.json` and `bower.json`
|
||||
- Create a tag: `git tag [version]`
|
||||
- Push the tag: `git push --tags`
|
||||
- Create a [release in GitHub](https://github.com/microsoft/tslib/releases)
|
||||
- Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow
|
||||
|
||||
Done.
|
||||
|
||||
# Contribute
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче