Prepare for 1.3.6
This commit is contained in:
parent
8aea5041c7
commit
9f73be0d5c
11
HOWTO_RELEASE
Normal file
11
HOWTO_RELEASE
Normal file
@ -0,0 +1,11 @@
|
||||
1. Ensure proper version in package.json
|
||||
2. Ensure NEWS section exists for the new version, review it, add release date
|
||||
3. Drop npm-shrinkwrap.json
|
||||
4. Run npm install
|
||||
5. Test (make check or npm test), fix if broken before proceeding
|
||||
6. Run npm shrinkwrap
|
||||
7. Commit package.json, npm-shrinwrap.json, NEWS
|
||||
8. Tag Major.Minor.Patch
|
||||
9. Announce
|
||||
10. Stub NEWS/package for next version
|
||||
|
3
NEWS.md
3
NEWS.md
@ -1,3 +1,6 @@
|
||||
1.3.6 -- 2013-MM-DD
|
||||
-------------------
|
||||
|
||||
1.3.5 -- 2013-10-03
|
||||
-------------------
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "1.3.5",
|
||||
"version": "1.3.6",
|
||||
"description": "A map tile server for CartoDB",
|
||||
"url": "https://github.com/CartoDB/Windshaft-cartodb",
|
||||
"licenses": [{
|
||||
|
Loading…
Reference in New Issue
Block a user