lucaspopp0/Create and push a git tag

Create a git tag on GitHub using the GraphQL API, without a local git push. Inspired by planetscale/ghcommit.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagTag name (for example v1.0.0)yes
releaseIf 'true', creates a release pointing to the tagnofalse
release-typeType of release to create when release is 'true'. Must be 'release' or 'prerelease'.norelease
namedescription
tag-urlURL for the tag on GitHub.
tag-shaCommit SHA the tag points to.
release-urlURL for the release on GitHub. Set only when release is `true`