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
New releases should be tested on Travis to allow for all supported versions of Node to be tested. Once satisfied that it works, new versions should be created with
125
-
`yarn version` rather than by manually editing `package.json` and tags should be pushed to Github. Make sure to update [the changelog](https://github.com/taskcluster/taskcluster-lib-urls/releases)!
New releases should be tested on Travis and Taskcluster to allow for all supported versions of various languages to be tested. Once satisfied that it works, new versions should be created with
207
+
`npm version` rather than by manually editing `package.json` and tags should be pushed to Github.
208
+
209
+
Make the Node release first, as Python's version depends on its `package.json`. This follows the typical tag-and-push-to-publish approach:
210
+
132
211
```sh
133
212
$ npm version minor # or patch, or major
134
213
$ git push upstream
@@ -144,6 +223,8 @@ pip install twine
144
223
twine upload dist/*
145
224
```
146
225
226
+
Make sure to update [the changelog](https://github.com/taskcluster/taskcluster-lib-urls/releases)!
0 commit comments