1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Task: Add release process

This commit is contained in:
kenjones
2017-09-24 21:10:57 -04:00
parent 9d1a5b17b8
commit a00e6c5316
4 changed files with 48 additions and 0 deletions

View File

@@ -107,6 +107,10 @@ build-docs: prepare mkdocs.yml mkdocs/*
@find docs -type d -exec chmod 755 {} \; || :
@find docs -type f -exec chmod 644 {} \; || :
.PHONY: release
release: xcompile
${DOCKRUN} bash ./scripts/publish.sh
# ----------------------------------------------
# utilities