snap-shot-core
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "snap-shot-core", | ||
"description": "Save / load named snapshots, useful for tests", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -59,12 +59,2 @@ "bugs": "https://github.com/bahmutov/snap-shot-core/issues", | ||
}, | ||
"release": { | ||
"analyzeCommits": "simple-commit-message", | ||
"verifyRelease": { | ||
"path": "dont-crack", | ||
"test-against": [ | ||
"https://github.com/bahmutov/snap-shot", | ||
"https://github.com/bahmutov/schema-shot" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
@@ -83,2 +73,13 @@ "ban": "ban", | ||
}, | ||
"release": { | ||
"analyzeCommits": "simple-commit-message", | ||
"generateNotes": "github-post-release", | ||
"verifyRelease": { | ||
"path": "dont-crack", | ||
"test-against": [ | ||
"https://github.com/bahmutov/snap-shot", | ||
"https://github.com/bahmutov/schema-shot" | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -85,0 +86,0 @@ "ban-sensitive-files": "1.9.0", |
22877