github / github/vscode-github-actions
Feature: Add Workflow for Manual Version Bump
- Lenguaje dominante
- TypeScript
- Estrellas
- 660
- Forks
- 213
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We should add a GitHub Actions workflow powered by [**Universal Version Bump**](https://github.com/marketplace/actions/universal-version-bump).
This will allow maintainers to manually trigger version bumps from the **Actions** tab, keeping the project version consistent and reducing manual errors.
## ✅ Acceptance Criteria
- [ ] A workflow is visible in the **Actions** tab.
- [ ] You can choose the bump type (`patch`, `minor`, `major`).
- [ ] Running the workflow updates the version automatically using [**Universal Version Bump**](https://github.com/marketplace/actions/universal-version-bump).
- [ ] (Optional) Extend the workflow later to include Git tagging + release creation.
## 🌟 Why This Matters
- Keeps project versions aligned with development progress.
- Reduces manual overhead and error-prone version edits.
- Leverages [**Universal Version Bump**](https://github.com/marketplace/actions/universal-version-bump) for reliable and consistent updates.
- Lays foundation for future enhancements like automated tagging, changelog updates, and releases.
---
🙋 If you’d like, I can open a PR to add this workflow.
Guía de contribución
Línea de trabajo
Comienza revisando la configuración del workflow de GitHub Actions del repositorio y la documentación de la acción Universal Version Bump. Añade un workflow que se pueda activar manualmente con las opciones patch, minor y major, y verifica después que una ejecución actualice la versión del proyecto y aparezca en la pestaña Actions.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- github-actions
- Área
- ci-cd, release
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100