Feature: Add Workflow for Manual Version Bump
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Idoneità per principianti
- 35/100
Direzione di ricerca
Inizia esaminando la configurazione del workflow GitHub Actions del repository e la documentazione dell’azione Universal Version Bump. Aggiungi un workflow attivabile manualmente con le opzioni patch, minor e major, quindi verifica che un’esecuzione aggiorni la versione del progetto e compaia nella scheda Actions.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
We should add a GitHub Actions workflow powered by 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.
- (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 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.
- Lingua principale
- TypeScript
- Stelle
- 661
- Fork
- 214
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di github/vscode-github-actions
-
enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
github/vscode-github-actions#627 ·
-
bug
Difficoltà 3/5 1-2 giorni Idoneità per principianti 55/100
github/vscode-github-actions#625 ·
-
bug
Difficoltà 3/5 1-2 giorni Idoneità per principianti 64/100
github/vscode-github-actions#621 · 3 commenti ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 50/100
github/vscode-github-actions#619 ·
-
bug
Difficoltà 3/5 1-2 giorni Idoneità per principianti 63/100
github/vscode-github-actions#618 · 2 commenti ·