diff --git a/dirPathPerms.sh b/dirPathPerms.sh index 5a7f904..7eb401c 100755 --- a/dirPathPerms.sh +++ b/dirPathPerms.sh @@ -11,7 +11,10 @@ set -uo pipefail -VERSION="0.1.0" +# Owned by release-please: the annotation is what makes it rewrite this line on +# a release. Without it the constant never moves and --version quietly reports +# whatever it was first set to. +VERSION="0.2.0" # x-release-please-version # --------------------------------------------------------------------------- # Colors. Disabled when --no-color / $NO_COLOR is set, or stdout is not a TTY diff --git a/release-please-config.json b/release-please-config.json index 0e66b1a..5be6e65 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,7 +5,13 @@ "bootstrap-sha": "b5fe6230d5f86481eb76d4dad58e174f4cfa3c2d", "packages": { ".": { - "package-name": "dirPathPerms" + "package-name": "dirPathPerms", + "extra-files": [ + { + "type": "generic", + "path": "dirPathPerms.sh" + } + ] } }, "include-component-in-tag": false