Skip to content

Commit 7b3b13a

Browse files
authored
Update README.md
1 parent 7752471 commit 7b3b13a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Aggregate PR to the master branch and output the release results in CSV format.
44

5+
## Background
6+
7+
Normally, when you release a system, there should be a release management table that summarizes the release date and release contents, such as release management, but it was troublesome because it was not organized! It was something.
8+
9+
However, our source is managed on GitHub, and we always follow the branch strategy of Git-flow, so if you collect PR and commit history, you can do it! It was.
10+
511
## How to use
612

713
### Precondition
@@ -36,6 +42,11 @@ If you use Hosted GitHub Enterprise, Change ENDPOINT to yours.
3642
python get_master_deploy.py
3743
```
3844

45+
## More Information?
46+
47+
Read the article below.
48+
49+
[面倒なことはPythonにやらせよう@GitHub API v4を使ったリリース実績取得](https://blog.tubone-project24.xyz/2019/12/16/python-auto)
3950

4051

4152

0 commit comments

Comments
 (0)