{% extends "base.html" %}{% block title %}Release – {{ repo_name }}{% endblock %} {% block content %}

Create Release: {{ repo_name }}

{% if last_tag %}{% endif %}
Branch:{{ branch }}
Commits:{{ commit_count }}
Last tag:{{ last_tag }}
v

Utworzy tag v<version> i tarball {{ repo_name }}-<version>.tar.gz w /var/www/repo.paganlinux.eu/sources/

{% endblock %}