back-stack / back-stack/showcase

Semantic Versioning for BACK Stack Releases

Abierto
#41 3 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
TypeScript
Estrellas
28
Forks
28
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

We should implement a workflow for semantic versioning of the BACK stack components to clarify the differences between releases and targets for end users.

Suggested workflow:
- Changes to the `main` branch result in a new release candidate for the next semantic minor version.
- The current version is `0.1.0`, so changing the main branch will result in the `0.2.0-rc.1` tag. The next change will result in `0.2.0-rc.2`, and so on.
- Once ready, we will cut a new release (manually trigger for now).
- So if `0.2.0-rc.2` is the current release candidate, we will release `0.2.0`.

This should be (relatively) simple to implement with a GitHub workflow. The existing [`release` workflow](https://github.com/back-stack/showcase/blob/main/.github/workflows/release.yaml) cuts a new tag with the commit sha for each push to the `main` branch. This should be modified so that the `release` workflow handles generated the new version tag and then build steps are moved to a new `build` workflow that is triggered by the creation of a new tag.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Comienza con .github/workflows/release.yaml e inspecciona cómo los pushes a main crean actualmente etiquetas commit-SHA e invocan pasos de build. Separa los pasos de build en un nuevo workflow de build activado por la creación de una etiqueta y, después, verifica que main produzca etiquetas secuenciales de release-candidate con versión semántica y que el release manual produzca la etiqueta final correspondiente.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
github-actions
Área
build-system, ci-cd, release
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.