Automate StartOS package releases
Build and deploy StartOS package / build (push) Failing after 1m25s
Build and deploy StartOS package / build (push) Failing after 1m25s
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
|
||||
|
||||
export const current = VersionInfo.of({
|
||||
version: '0.1.3:0',
|
||||
version: '0.1.3:1',
|
||||
releaseNotes: {
|
||||
en_US: 'Show a concise database readiness message in the service status.',
|
||||
es_ES: 'Muestra un mensaje conciso sobre el estado de la base de datos.',
|
||||
de_DE: 'Zeigt eine kurze Meldung zur Datenbankbereitschaft an.',
|
||||
pl_PL: 'Wyświetla zwięzły komunikat o gotowości bazy danych.',
|
||||
fr_FR: 'Affiche un message concis sur la disponibilité de la base de données.',
|
||||
en_US: 'Add automated Gitea builds and tagged StartOS deployments.',
|
||||
es_ES: 'Agrega compilaciones automatizadas de Gitea y despliegues etiquetados en StartOS.',
|
||||
de_DE: 'Fügt automatisierte Gitea-Builds und markierte StartOS-Bereitstellungen hinzu.',
|
||||
pl_PL: 'Dodaje automatyczne kompilacje Gitea i oznaczone wdrożenia StartOS.',
|
||||
fr_FR: 'Ajoute les builds Gitea automatisés et les déploiements StartOS étiquetés.',
|
||||
},
|
||||
migrations: {
|
||||
up: async () => {},
|
||||
|
||||
Reference in New Issue
Block a user