File tree 4 files changed +5
-5
lines changed
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
4
4
5
5
---
6
6
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
4
4
5
5
---
6
6
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 3
3
4
4
PACKAGE := $(shell grep '^PACKAGE =' setup.py | cut -d "'" -f2)
5
5
VERSION := $(shell head -n 1 $(PACKAGE ) /VERSION)
6
- MAINTAINER := $(shell head -n 1 MAINTAINER .md)
6
+ LEAD := $(shell head -n 1 LEAD .md)
7
7
8
8
9
9
all : list
@@ -30,8 +30,8 @@ release:
30
30
git push --follow-tags
31
31
32
32
templates :
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
35
35
36
36
test :
37
37
pylama $(PACKAGE )
You can’t perform that action at this time.
0 commit comments