We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817de89 commit 86a54dcCopy full SHA for 86a54dc
.release-it.json
@@ -2,7 +2,8 @@
2
"git": {
3
"commitMessage": "Release v${version}",
4
"tagAnnotation": "Release v${version}",
5
- "requireCleanWorkingDir": false
+ "requireCleanWorkingDir": false,
6
+ "changelog": "npx auto-changelog --stdout --commit-limit false -u --template ./.changelog.hbs"
7
},
8
"github": {
9
"release": true,
install.sh
@@ -43,7 +43,7 @@ do_install() {
43
local unpack="$HOME/.pi"
44
tar zxvf "$tarball" || oops "failed to unpack '$url'"
45
script=$(echo "$unpack"/bin/pi)
46
- [ -e "$script" ] || oops "pi script is missing from the tarball!"
+ [ -e "$script" ] || oops "main script is missing from the tarball!"
47
}
48
49
check_install() {
0 commit comments