mirror of https://github.com/coddrago/Heroku
Add changelog command that takes changelog from the CHANGELOG.md file (last major update)
parent
57929a3e0e
commit
e9f6121ca5
|
@ -385,7 +385,7 @@ update_notifier:
|
|||
latest_disabled: "Notifications about the latest update have been suppressed"
|
||||
update: "🔄 Update"
|
||||
ignore: "🚫 Ignore"
|
||||
changelog: "<emoji document_id=5434144690511290129>📰</emoji> <b>Changelog of the last major update:</b>\n{}"
|
||||
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Changelog of the last major update:</b>\n<pre><code class="language-hikka">{}</code></pre>'
|
||||
_cls_doc: "Tracks latest Hikka releases, and notifies you, if update is required"
|
||||
|
||||
updater:
|
||||
|
|
|
@ -367,7 +367,7 @@ update_notifier:
|
|||
latest_disabled: "Уведомления о последнем обновлении были отключены"
|
||||
update: "🔄 Обновить"
|
||||
ignore: "🚫 Игнорировать"
|
||||
changelog: "<emoji document_id=5434144690511290129>📰</emoji> <b>Список изменений последнего крупного обновления:</b>\n{}"
|
||||
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Список изменений последнего крупного обновления:</b>\n<pre><code class="language-hikka">{}</code></pre>'
|
||||
|
||||
updater:
|
||||
source: "<emoji document_id=5456255401194429832>📖</emoji> <b>Исходный код можно прочитать</b> <a href='{}'>здесь</a>"
|
||||
|
|
|
@ -367,7 +367,7 @@ update_notifier:
|
|||
latest_disabled: "Повідомлення про останнє оновлення було вимкнено"
|
||||
update: "🔄 Оновити"
|
||||
ignore: "🚫 Ігнорувати"
|
||||
changelog: "<emoji document_id=5434144690511290129>📰</emoji> <b>Список змін останнього великого оновлення:</b>\n{}"
|
||||
changelog: '<emoji document_id=5434144690511290129>📰</emoji> <b>Список змін останнього великого оновлення:</b>\n<pre><code class="language-hikka">{}</code></pre>'
|
||||
|
||||
updater:
|
||||
source: "<emoji document_id=5456255401194429832>📖</emoji> <b>Вихідний код можна прочитати</b> <a href='{}'>тут</a>"
|
||||
|
|
Loading…
Reference in New Issue