Added tmpl as a release target in Makefile
This commit is contained in:
parent
da1399608a
commit
ae66d65747
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ push: build
|
|||
docker push "cbrgm/drone-hugo:$(hugo)"
|
||||
docker push "cbrgm/drone-hugo:latest"
|
||||
|
||||
release: test build push clean
|
||||
release: $(README_TEMPLATE) test build push clean
|
||||
sed 's/<HUGO_VERSION>/$(hugo)/g' $(README_TEMPLATE) > README.md
|
||||
git add .
|
||||
git commit -m "Updated to the latest Hugo version v.$(hugo), see https://github.com/gohugoio/hugo/releases"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue