Skip to content

Commit

Permalink
Add section on releasing to CONTRIBUTING.md - refs less#424 less#440
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 20, 2016
1 parent 317be69 commit 54e263a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Running the head binary:

./bin/carto

## Releasing

1) Make sure all tests are passing
2) Ensure CHANGELOG.md is up to date
3) Test relevant applications to ensure no regressions
4) `npm publish`
5) Regenerate documentation (see below)

If there's a high chance of regression, please bump to 1.0.0 so that code using a semver ^ or ~ doesn't auto-upgrade anyone.

For examples of previous releases see: https://github.com/mapbox/carto/issues/440

## Documentation

This repository contains auto-generated documentation of the content of Carto
Expand Down

0 comments on commit 54e263a

Please sign in to comment.