You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,16 @@ For JSPM users:
136
136
}
137
137
```
138
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
0 commit comments