Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dirPathPerms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down