Skip to content

Commit 8a44f30

Browse files
committed
Automate releases by semantic versioning
1 parent 90918c1 commit 8a44f30

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ node_js:
1212
- '4'
1313
after_success:
1414
- npm run coverage
15+
- npx semantic-release
1516
branches:
1617
except:
1718
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@prantlf/jsonlint",
3-
"version": "1.6.4",
3+
"version": "0.0.0-development",
44
"description": "Validate JSON - checks syntax of JSON files.",
5-
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
5+
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
66
"contributors": [
77
"Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
88
"Greg Inman <ginman@itriagehealth.com>",
9-
"Paul Vollmer <mail@paulvollmer.net> (http://paulvollmer.net)"
9+
"Paul Vollmer <mail@paulvollmer.net> (http://paulvollmer.net)",
10+
"Zach Carter <zach@carter.name> (http://zaa.ch)"
1011
],
1112
"license": "MIT",
1213
"licenses": [
@@ -18,7 +19,7 @@
1819
"homepage": "http://prantlf.github.com/jsonlint/",
1920
"repository": {
2021
"type": "git",
21-
"url": "git://github.com/prantlf/jsonlint.git"
22+
"url": "https://github.com/prantlf/jsonlint.git"
2223
},
2324
"bugs": {
2425
"url": "http://github.com/prantlf/jsonlint/issues"

0 commit comments

Comments
 (0)