mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-17 12:55:57 +08:00
Add:自动 pr 工具抓取器,抓取两周前至今的,提交数据,并去重
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
# pr 日志生成器
|
||||
# pr 日志生成器,自动 pr 工具抓取器,抓取两周前至今的,提交数据,并去重。
|
||||
# 生成一个 http 页面,打印成 markdown 格式
|
||||
# run $ bash tools/getPR.sh
|
||||
|
||||
# git log --pretty="%h - %s - %ad" --author=ryan --since=2.weeks --no-merges > tools/log.txt
|
||||
|
Reference in New Issue
Block a user