Skip to content

Commit

Permalink
don't include 'v' tag-prefix in version for manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKult committed Oct 8, 2017
1 parent 6f4e07d commit dc87894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ README.html: README.md
./prepare-release README

manifest.json: manifest.json.in .git
sed -e 's#@@VERSION@@#$(shell git describe)#' < $< > $@
sed -e 's#@@VERSION@@#$(shell git describe | cut -c 2-)#' < $< > $@

app/dotpagemod_app.json: app/dotpagemod_app.json.in
./prepare-release app.json
Expand Down

0 comments on commit dc87894

Please sign in to comment.