-
Notifications
You must be signed in to change notification settings - Fork 42
/
Makefile
23 lines (19 loc) · 935 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
HAS_ELIXIR=1
NO_XREF=1
NO_REGISTRY_UPDATE=1
include bu.mk
release: dist lint tag
$(verbose) $(REBAR) hex publish
doc:: all-contributors
$(verbose) echo '## Contributors ##' >> README.md
$(verbose) echo >> README.md
$(verbose) echo 'Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):' >> README.md
$(verbose) echo >> README.md
$(verbose) echo '<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->' >> README.md
$(verbose) echo '<!-- prettier-ignore -->' >> README.md
$(verbose) echo '<!-- ALL-CONTRIBUTORS-LIST:END -->' >> README.md
$(verbose) echo >> README.md
$(verbose) echo 'This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!' >> README.md
$(verbose) all-contributors generate
all-contributors:
$(verbose) npm install -g all-contributors-cli