-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
It would be great to allow auto-opening issues for @deprecated
notices in method headers to document api changes.
According to @mbernasocchi :
listen to https://developer.github.com/v3/activity/events/types/#pushevent
from the payload:
url = payload["commits"]["head_commit"]["url"]
diff_url = url + '.diff'
grep deprecated in diff_url content
Maybe we can even add a small tag language where we can specify further information in the commit message for relevant changelog information.
Metadata
Metadata
Assignees
Labels
No labels