We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ab1fb commit 5a3015cCopy full SHA for 5a3015c
contributing.md
@@ -251,3 +251,13 @@ grunt build
251
grunt uglify
252
npm run test
253
```
254
+
255
+4. Open pull request from your branch into develop
256
+5. Merge changes from your branch into develop branch
257
+6. Merge changes from develop into master branch
258
+7. Create a new release here https://github.com/moment/moment-timezone/releases
259
+8. Do npm publish to publish changes to NPM
260
+9. Also, you should update version of moment-timezone in package.json file of
261
+this repository https://github.com/moment/momentjs.com to the latest version.
262
+It will change version on the website https://momentjs.com/timezone/
263
0 commit comments