m github release¶
Create a release in Github.
https://docs.github.com/en/rest/reference/repos#create-a-release
example::
$ m github release \
--owner jmlopez-rod \
--repo pysync \
--version 1.0.0
The owner
option defaults to the value of the environment variable
GITHUB_REPOSITORY_OWNER
.
Source code in m/cli/commands/github/release.py
Required arguments¶
--repo
¶
repo name
--version
¶
version to release
Options¶
--owner
¶
- default:
'jmlopez-rod'
repo owner
--branch
¶
The branch where the git tag will be created