Merge branch 'master' into newdocs
This commit is contained in:
commit
df44a84bfc
@ -1,12 +1,11 @@
|
|||||||
1. Test (make clean all check), fix if broken before proceeding
|
1. Test (make clean all check), fix if broken before proceeding
|
||||||
2. Ensure proper version in package.json
|
2. Ensure proper version in package.json
|
||||||
3. Ensure NEWS section exists for the new version, review it, add release date
|
3. Ensure NEWS section exists for the new version, review it, add release date
|
||||||
4. Drop npm-shrinkwrap.json
|
4. Recreate npm-shrinkwrap.json with: `npm install --no-shrinkwrap && npm shrinkwrap`
|
||||||
5. Run npm shrinkwrap to recreate npm-shrinkwrap.json
|
5. Commit package.json, npm-shrinwrap.json, NEWS
|
||||||
6. Commit package.json, npm-shrinwrap.json, NEWS
|
6. git tag -a Major.Minor.Patch # use NEWS section as content
|
||||||
7. git tag -a Major.Minor.Patch # use NEWS section as content
|
7. Announce on cartodb@googlegroups.com
|
||||||
8. Announce on cartodb@googlegroups.com
|
8. Stub NEWS/package for next version
|
||||||
9. Stub NEWS/package for next version
|
|
||||||
|
|
||||||
Versions:
|
Versions:
|
||||||
|
|
||||||
|
7
NEWS.md
7
NEWS.md
@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.16.1
|
||||||
|
|
||||||
|
Released 2015-mm-dd
|
||||||
|
|
||||||
|
|
||||||
## 2.16.0
|
## 2.16.0
|
||||||
|
|
||||||
Released 2015-mm-dd
|
Released 2015-10-22
|
||||||
|
|
||||||
Announcements:
|
Announcements:
|
||||||
- Upgrades windshaft to [1.2.0](https://github.com/CartoDB/Windshaft/releases/tag/1.2.0)
|
- Upgrades windshaft to [1.2.0](https://github.com/CartoDB/Windshaft/releases/tag/1.2.0)
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "windshaft-cartodb",
|
"name": "windshaft-cartodb",
|
||||||
"version": "2.16.0",
|
"version": "2.16.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": {
|
"body-parser": {
|
||||||
"version": "1.14.1",
|
"version": "1.14.1",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "windshaft-cartodb",
|
"name": "windshaft-cartodb",
|
||||||
"version": "2.16.0",
|
"version": "2.16.1",
|
||||||
"description": "A map tile server for CartoDB",
|
"description": "A map tile server for CartoDB",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cartodb"
|
"cartodb"
|
||||||
|
Loading…
Reference in New Issue
Block a user