#4531 Missing functionality for creating releases in Pagure API
Closed: Fixed 4 years ago by pingou. Opened 4 years ago by marusinm.

There is no documentation on how to create a repository release through Pagure API.


The API for getting the release info would be nice as well.

Metadata Update from @jlanda:
- Issue tagged with: RFE

4 years ago

Repository or releases?

For new project the API endpoint to document a new project is documented.

If releases, can you define what you call a release? For pagure a release is a git tag for which we didn't build any particular API (git tags can easily be created via git) and optionally a tarball to upload, is this the step you would like to see in the API ?

Repository or releases?

Release. It would be nice to create a release (internally a git tag) via the Pagure API with the token.

I see release as a git tag plus some metadata (e.g. changelog and archive).

The ability to tag commits via the API has been added in https://pagure.io/pagure/pull-request/4757 and released in 5.9 :)

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata