Skip to content

Commit 6fbd935

Browse files
committed
Add MAINTAINERS.md
1 parent 55cb30b commit 6fbd935

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

MAINTAINERS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MAINTAINERS
2+
===========
3+
4+
This document's purpose is to describe tasks related to the maintainer's work.
5+
6+
7+
## Releasing a new version
8+
9+
First, if you have not done so yet:
10+
11+
```
12+
$ pipenv install -e .[tests,dev]
13+
```
14+
15+
Then run:
16+
```
17+
$inv release
18+
```

0 commit comments

Comments
 (0)