Conversation
Se realizan ajustes en la documentación para estandarizar términos y corregir errores tipográficos en: - DEVELOPMENT_GUIDE.md - ARCHITECTURE.md - CONTRIBUTING.md También se actualiza `.gitignore` para mayor consistencia.
Integra actualizaciones del README y nueva documentación: - Configuración de ktlint, detekt y jacoco - Material completo para week-00 y week-02 - Mejoras en pruebas unitarias e integración - Implementación de PingController y constantes
- Se configura `.releaserc.json` para automatizar versionado, changelog y releases en GitHub mediante `semantic-release`. - Se agregan guías de trabajo: `COMMIT_GUIDE.md` y `WORKFLOW.md` para estandarizar mensajes de commit y definir el flujo de trabajo del equipo. - Se configura validación de mensajes de commit con `.commitlintrc.json`. - Se incluye plantilla `.gitmessage` para facilitar el formato de mensajes de commit. Closes #2
- Configuración de workflows para integración continua y releases automatizados (`ci.yml`, `release.yml`). - Validación de mensajes de commit con `commitlint`. - Generación automática de changelog (`CHANGELOG.md`). - Actualización del versionado del proyecto a `0.0.1`. Closes #2
se mantienen los mensajes en español para tener mayor claridad y consistencia. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
se aplican correcciones en forma en como se usa el lenguaje, para que sea más clara la documentación. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Se agregan las guías `WORKFLOW.md`, `COMMIT_GUIDE.md`, `COMMIT_FIXING_GUIDE.md` y se actualiza `README.md`. - Se mejora la configuración de etiquetas en `.releaserc.json` para incluir el canal de release. - Se añade la tarea `generateChangelog` y otras tareas de versionado (`printVersion`, `whatsnext`) en `build.gradle.kts`.
Ajustes en la documentación para estandarizar términos y corregir: - errores tipográficos - también se actualiza `.gitignore` para mayor consistencia.
- Se configura `.releaserc.json` para automatizar versionado, changelog y releases mediante `semantic-release`. - Se agregan guías de trabajo: `COMMIT_GUIDE.md` y `WORKFLOW.md` para estandarizar mensajes de commit - Se define el flujo de trabajo del equipo. - Se configura validación de mensajes de commit con `.commitlintrc.json`. - Se incluye plantilla `.gitmessage` para facilitar el formato de mensajes de commit. Closes #2
se aplican correcciones en forma en como se usa el lenguaje, para que sea más clara la documentación. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Owner
Author
Coverage Report
|
1 similar comment
Owner
Author
Coverage Report
|
- se agregaron permisos explícitos en ci.yml y release.yml - se reemplazó secrets.GITHUB_TOKEN por secrets.GH_PAT.
- Se incluye el archivo SECURITY.md que detalla la política de seguridad, reporte de vulnerabilidades y mejores prácticas. - Se actualiza README.md para vincular la nueva sección de seguridad. - Se ajusta el workflow de CI con `continue-on-error: true` en la validación de mensajes de commit.
Owner
Author
Coverage Report
|
Owner
Author
|
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Owner
Author
|
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Owner
Author
|
🎉 This PR is included in version 1.0.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Se realiza la mezcla