Skip to content

Commit

Permalink
updated contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenaua committed Nov 10, 2021
1 parent 91ab1fb commit 5a3015c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 5a3015c

Please sign in to comment.