Skip to content

Commit

Permalink
Update MAINTENANCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Sep 2, 2015
1 parent c0e2fcd commit cde9738
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ $ git log --oneline v1.2.3..master

Replace `v1.2.3` with whatever the last version was, and you'll see all the changes going out in this version. Add a new version to CHANGELOG.md and write some notes about what's going out.

3. Run the command to make sure the ready-made files for the browser are up-to-date.
3. Update the version in `package.json`

4. Run the command to make sure the ready-made files for the browser are up-to-date.

```
$ make browserfiles
```

4. Update the version in `package.json`
It's important to do this after updating the version in `package.json`, because it adds a comment at the top of the files indicating the version, and it pulls this from package.json.

5. Commit above changes and push to `master`

Expand Down

0 comments on commit cde9738

Please sign in to comment.