We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7eea49 + be5f805 commit 4f0f29bCopy full SHA for 4f0f29b
README.md
@@ -136,6 +136,16 @@ For JSPM users:
136
}
137
```
138
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.
149
150
# Contribute
151
0 commit comments