emilsoftware-utilities 1.4.0-dev.2 → 1.4.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD
CHANGED
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
Esempio: feat: aggiunta endpoint per notifiche
|
|
3
|
-
|
|
4
|
-
Triggera: MINOR release (1.3.0 → 1.4.0)
|
|
1
|
+
Convenzioni per i Commit Message
|
|
5
2
|
|
|
6
|
-
|
|
3
|
+
1. feat:
|
|
4
|
+
Descrizione: Nuova feature
|
|
5
|
+
Esempio: feat: aggiunta endpoint per notifiche
|
|
6
|
+
Trigger: MINOR release (es. 1.3.0 -> 1.4.0)
|
|
7
|
+
Su dev: 1.4.0-dev.0
|
|
7
8
|
|
|
8
|
-
2. fix:
|
|
9
|
+
2. fix:
|
|
10
|
+
Descrizione: Correzione di bug
|
|
9
11
|
Esempio: fix: gestione errore null in login
|
|
12
|
+
Trigger: PATCH release (es. 1.3.1)
|
|
13
|
+
Su dev: 1.3.1-dev.0
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Su dev → 1.3.1-dev.0
|
|
14
|
-
|
|
15
|
-
3. BREAKING CHANGE: (in descrizione o ! nel tipo)
|
|
15
|
+
3. BREAKING CHANGE:
|
|
16
|
+
Descrizione: Cambiamento che rompe la compatibilità all'indietro
|
|
16
17
|
Esempio:
|
|
17
|
-
```
|
|
18
|
-
bash
|
|
19
18
|
feat!: rimozione supporto legacy
|
|
20
|
-
```
|
|
21
|
-
|
|
22
19
|
BREAKING CHANGE: cambia lo schema JWT
|
|
23
|
-
|
|
20
|
+
Trigger: MAJOR release (es. 1.0.0 -> 2.0.0)
|
|
24
21
|
|
|
25
|
-
4.
|
|
22
|
+
4. Altri tipi di commit
|
|
23
|
+
Esempi: chore:, docs:, test:, refactor:
|
|
24
|
+
Descrizione: Non triggerano una release di default, a meno che non siano configurati esplicitamente nel commit-analyzer.
|
|
26
25
|
Esempio: chore: aggiorna dipendenze
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
5. Forzare una Release
|
|
28
|
+
Descrizione: Utile in caso di merge o altre operazioni.
|
|
29
|
+
Comandi:
|
|
30
|
+
git commit --allow-empty -m "feat: trigger test release"
|
|
31
|
+
Poi:
|
|
32
|
+
git push origin dev
|
|
33
|
+
Oppure:
|
|
34
|
+
git push origin main
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|