Skip to content

Commit 86a54dc

Browse files
author
hernanmd
committed
Release v0.4.5
1 parent 817de89 commit 86a54dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"git": {
33
"commitMessage": "Release v${version}",
44
"tagAnnotation": "Release v${version}",
5-
"requireCleanWorkingDir": false
5+
"requireCleanWorkingDir": false,
6+
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template ./.changelog.hbs"
67
},
78
"github": {
89
"release": true,

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ do_install() {
4343
local unpack="$HOME/.pi"
4444
tar zxvf "$tarball" || oops "failed to unpack '$url'"
4545
script=$(echo "$unpack"/bin/pi)
46-
[ -e "$script" ] || oops "pi script is missing from the tarball!"
46+
[ -e "$script" ] || oops "main script is missing from the tarball!"
4747
}
4848

4949
check_install() {

0 commit comments

Comments
 (0)