Skip to content

Commit b03da8a

Browse files
authored
Cut first automated release (#85)
* remove npm publish * chore: release v1.0.0
1 parent 848281f commit b03da8a

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.release-it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
},
55
"github": {
66
"release": true
7+
},
8+
"npm": {
9+
"publish": false
710
}
811
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-datasource-cosmosdb",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "An Apollo data source for Azure CosmosDB",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -55,4 +55,4 @@
5555
"files": [
5656
"/dist"
5757
]
58-
}
58+
}

0 commit comments

Comments
 (0)