diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 207146d67b..7608198674 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -107,14 +107,11 @@ short_desc_template = "%(name)s-%(latest_upstream)s is available" description_template = """ {% if env == "staging" %} Releases retrieved: %(retrieved_versions)s - Upstream release that is considered latest: %(latest_upstream)s {% else %} Latest upstream release: %(latest_upstream)s {% endif %} - Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s - URL: %(url)s Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/\n @@ -125,6 +122,9 @@ Please keep in mind that with any upstream change, there may also be packaging c {% if env == "staging" %} Based on the information from Anitya: https://stg.release-monitoring.org/project/%(projectid)s/\n + +To change the monitoring settings for the project, please visit: +%(dist_git_url)s {% else %} Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n {% endif %}