Skip to content

Commit a76b868

Browse files
committed
mark update contributors before release
1 parent ac8ef31 commit a76b868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COMMIT=`git log -n 1 | grep '^commit' | sed 's/commit //'`
2121
TOKEN=cat .github.token | tr -d '\n'
2222
URL=`git config --get remote.origin.url`
2323
skip_re="[xfi]it\\(|[fdx]describe\\("
24-
UPDATE_CONTRIBUTORS=0
24+
UPDATE_CONTRIBUTORS=1
2525

2626
.PHONY: coverage test coveralls lint.src eslint skipped_tests jsonlint publish lint tscheck publish-guthub emoji
2727

templates/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COMMIT=`git log -n 1 | grep '^commit' | sed 's/commit //'`
2121
TOKEN=cat .github.token | tr -d '\n'
2222
URL=`git config --get remote.origin.url`
2323
skip_re="[xfi]it\\(|[fdx]describe\\("
24-
UPDATE_CONTRIBUTORS=0
24+
UPDATE_CONTRIBUTORS=1
2525

2626
.PHONY: coverage test coveralls lint.src eslint skipped_tests jsonlint publish lint tscheck publish-guthub emoji
2727

0 commit comments

Comments
 (0)