From be5f805ed52018a20c1f1138d0ef6e1a64a1c2d4 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Wed, 6 Jan 2021 17:13:26 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 49c0014..72ff8e7 100644 --- a/README.md +++ b/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