File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Please replace this line with full information about your idea or problem. If it
44
55---
66
7- Please preserve this line to notify @roll (maintainer of this repository)
7+ Please preserve this line to notify @roll (lead of this repository)
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Please replace this line with full information about your pull request. Make sur
44
55---
66
7- Please preserve this line to notify @roll (maintainer of this repository)
7+ Please preserve this line to notify @roll (lead of this repository)
File renamed without changes.
Original file line number Diff line number Diff line change 33
44PACKAGE := $(shell grep '^PACKAGE =' setup.py | cut -d "'" -f2)
55VERSION := $(shell head -n 1 $(PACKAGE ) /VERSION)
6- MAINTAINER := $(shell head -n 1 MAINTAINER .md)
6+ LEAD := $(shell head -n 1 LEAD .md)
77
88
99all : list
@@ -30,8 +30,8 @@ release:
3030 git push --follow-tags
3131
3232templates :
33- sed -i -E " s/@(\w*)/@$( MAINTAINER ) /" .github/issue_template.md
34- sed -i -E " s/@(\w*)/@$( MAINTAINER ) /" .github/pull_request_template.md
33+ sed -i -E " s/@(\w*)/@$( LEAD ) /" .github/issue_template.md
34+ sed -i -E " s/@(\w*)/@$( LEAD ) /" .github/pull_request_template.md
3535
3636test :
3737 pylama $(PACKAGE )
You can’t perform that action at this time.
0 commit comments