We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d362d42 commit 5ce0fe6Copy full SHA for 5ce0fe6
1 file changed
Makefile
@@ -16,7 +16,7 @@ release: test
16
[[ -z "$$(git status --porcelain)" ]]
17
18
# Update source files and commit
19
- git grep --cached -z -l '' | xargs -0 sed -E -i \
+ git grep --cached -z -l '' | xargs -0 sed -E -i '' -e \
20
"s@( rev: | entry: $(_IMAGE_NAME):)$$(git tag | tail -1)@\1${V}@g"
21
git add -A
22
git commit -m "Release ${V}" -n
0 commit comments