{% extends "base.html" %} {% block title %} {{ _("How do you want to create releases?") }} {% endblock %} {% block content %} {{ _("Later") }}

{{ self.title() }}

{{ _("A release is a single downloadable version of your project") }}

{% if package.repo %}

{{ _("When you push a change to your Git repository, ContentDB can create a new release automatically or send you a reminder.") }} {{ _("ContentDB will check your Git repository every day, but you can use webhooks or the API for faster updates.") }}

{{ _("This can be changed later.") }}

{{ _("Automatically (Recommended)") }}

{{ _("Rolling Release") }} {{ _("On Git Tag") }} {# #} {# {{ _("Advanced") }}#} {# #}

{{ _("Manually") }}

{{ _("With reminders") }} {{ _("No reminders") }}

{% else %}

{{ _("Using Git would allow you to create releases automatically when you push code or tags.") }} {{ _("Unfortunately, you will otherwise need to create a release manually.") }}

{{ _("This can be changed later.") }}

{{ _("Add Git repo") }} {{ _("Create releases manually") }} {{ _("Later") }}

{% endif %} {% endblock %}