Open
Description
- Button in web interface
- Select artifacts to publish
https://github.com/PyGithub/PyGithub/blob/a7eb09af049dbcc0d1c71b92abe3b71022b90eb9/github/GitRelease.py
PyGithub/PyGithub#392
https://github.com/PyGithub/PyGithub/pull/625/files
Recognise a command in the commit message, upload the file as a release
[CI] release:
[CI] release: Final version
[CI] release: Final version (1.0.2)
If not tag version or incomplete(..2
) is specified, complete with last version (1.0.2
)
If not tag is given, increment last
https://developer.github.com/v3/auth/#basic-authentication
https://github.com/PyGithub/PyGithub