From 5a3015ce5482b1e9d23c3761dddf4e8fc63e84e6 Mon Sep 17 00:00:00 2001 From: ellenaua Date: Wed, 10 Nov 2021 06:38:57 +0200 Subject: [PATCH] updated contributing.md --- contributing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/contributing.md b/contributing.md index d01257e7..8e3377ab 100644 --- a/contributing.md +++ b/contributing.md @@ -251,3 +251,13 @@ grunt build grunt uglify npm run test ``` + +4. Open pull request from your branch into develop +5. Merge changes from your branch into develop branch +6. Merge changes from develop into master branch +7. Create a new release here https://github.com/moment/moment-timezone/releases +8. Do npm publish to publish changes to NPM +9. Also, you should update version of moment-timezone in package.json file of +this repository https://github.com/moment/momentjs.com to the latest version. +It will change version on the website https://momentjs.com/timezone/ +