Add changelog link for rattail-tempmon in upgrade diff
This commit is contained in:
parent
aeccf5c5f6
commit
5765533491
|
@ -241,6 +241,7 @@ class UpgradeView(MasterView):
|
||||||
def get_changelog_url(self, project, old_version, new_version):
|
def get_changelog_url(self, project, old_version, new_version):
|
||||||
projects = {
|
projects = {
|
||||||
'rattail': 'rattail',
|
'rattail': 'rattail',
|
||||||
|
'rattail-tempmon': 'rattail-tempmon',
|
||||||
'Tailbone': 'tailbone',
|
'Tailbone': 'tailbone',
|
||||||
}
|
}
|
||||||
if project not in projects:
|
if project not in projects:
|
||||||
|
|
Loading…
Reference in a new issue