Skip to content

Sends a formatted embed to discord on server start if the changelog file was modified

Notifications You must be signed in to change notification settings

JericoFX/changelog-creator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

changelog-creator

Sends a formatted embed to discord on server start if the changelog file was modified.

Interfaz web

Incluye una herramienta construida con SolidJS para gestionar el changelog.json sin editarlo manualmente.

Requisitos

  • Node.js 18 o superior

Uso

cd web
npm install
npm run dev

El servidor de desarrollo se inicia en http://localhost:5173. Puedes ajustar la ruta del changelog.json desde la propia interfaz. Para preparar una versión final:

npm run build

El contenido listo para producción se generará en web/dist. Copia esa carpeta al recurso dentro de tu servidor (por ejemplo changelog-creator/web) y sirve los archivos estáticos junto con el changelog.json. El script de servidor sigue leyendo las claves Version, Changes y DO_NOT_CHANGE_VER; la sección History añadida por la interfaz es opcional y solo se utiliza para la vista web.

Convars

set changelog_webhook "webhook" # This one is necessary
set changelog_filename "changelog.json" # optional, will default to changelog.json

About

Sends a formatted embed to discord on server start if the changelog file was modified

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.7%
  • CSS 21.2%
  • Lua 13.4%
  • HTML 1.7%