Joelangelocano/redprop 5 initial semantic versioning - #1
Merged
Ryusse merged 18 commits intoDec 29, 2025
Conversation
Ryusse
deleted the
joelangelocano/redprop-5-initial-semantic-versioning
branch
December 29, 2025 03:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Descripción
Este PR establece la infraestructura base para el versionado semántico automatizado y la integración continua (CI/CD) del proyecto RedProp v2.
El objetivo principal es profesionalizar el flujo de trabajo, pero para lograr que el pipeline de CI funcionara correctamente, fue necesario realizar múltiples correcciones críticas de compilación en el backend y ajustes de configuración en el frontend. Ahora el proyecto compila limpiamente ("clean build") y está listo para generar releases automáticos.
🔄 Tipo de Cambio
DevOps & Automatización
CI Workflow (ci.yml): Implementado para correr linter y build en cada Push/PR.
Fix: Se agregó la inyección del secreto NEXT_PUBLIC_API_URL requerida para el build del frontend.
Release Workflow (release.yml): Automatiza la generación de versiones, CHANGELOG y tags de Git usando standard-version.
Backend (Correcciones de Compilación)
Se resolvieron ~30 errores de TypeScript que impedían el build:
Frontend & Docs
Corrección de sintaxis de tipos genéricos en search-context.tsx.
Consolidación y estandarización de documentación técnica en la carpeta docs/.
✅ Checklist
🔗 Issues Relacionados
Closes #5 (Initial Semantic Versioning)