Merge pull request #142 from microsoft/orta-deploy-docs

Update README.md for deploy docs
This commit is contained in:
Orta Therox 2021-04-12 14:17:42 +01:00 коммит произвёл GitHub
Родитель f7eea49789 be5f805ed5
Коммит 4f0f29bb9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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