🎉 feat(ci): aggiungi versionamento semantico per shared-actions

- Aggiunto package.json con versione 1.0.0
- Nuovo workflow release.yml standalone: crea release Gitea su tag v*
- Aggiornamento automatico tag major floating (v1 → latest v1.x.x)
- Esempi aggiornati da @main a @v1 (tag major stabile)

Flusso di release:
  git tag v1.0.0 && git push origin v1.0.0
  → crea release Gitea con changelog
  → aggiorna tag floating v1
This commit is contained in:
LucaZanni
2026-03-26 14:41:36 +01:00
parent 89555ae07e
commit b864af4bb2
11 changed files with 109 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "shared-actions",
"version": "1.0.0",
"description": "Gitea Actions reusable workflows per @pzeta",
"private": true
}