Skip to content

Commit 6ce60f4

Browse files
author
Sean Sundberg
committed
Release 0.1.3
1 parent 6d180d4 commit 6ce60f4

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "cli-tools",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"org": "ibmgaragecloud",
55
"branch": "",
66
"description": "This repository contains a docker image to help setup an IBM Cloud Public development environment.",
77
"main": "index.js",
88
"release-it": {
99
"git": {
10-
"tagName": "v${version}"
10+
"tagName": "v${version}",
11+
"requireCleanWorkingDir": false
1112
},
1213
"npm": {
1314
"publish": false
@@ -16,10 +17,6 @@
1617
"release": true
1718
},
1819
"hooks": {
19-
"before:init": [
20-
"npm test"
21-
],
22-
"after:bump": "npm run build",
2320
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
2421
}
2522
},

0 commit comments

Comments
 (0)