{% extends "repo_master.html" %} {% block title %}New release - {{ repo.namespace + '/' if repo.namespace }}{{ repo.name }}{% endblock %} {% set tag = "home" %} {% block repo %}

Upload a new release

You can upload your tarball to pagure. This tarball can be as big as {{ config['MAX_CONTENT_LENGTH'] / 1024 /1024 }}MB.

{{ form.csrf_token }}

After the upload the source will be available in the release folder .

{% endblock %}