Add some release script comments

This commit is contained in:
Mahmood Ali
2019-03-19 21:18:27 -04:00
parent f3a186cef5
commit 5ad4c10a58
3 changed files with 47 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ build_releases:
@echo "======>> committing generated files"
git add -A .
# skip comitting files if there are no generated files
# if prerelease process was a no-op
if ! git diff-index --quiet HEAD --; \
then \
git commit --author 'Nomad Release bot <nomad@hashicorp.com>' \