@oorabona/release-it-preset 0.5.0 → 0.5.1
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -909,13 +909,15 @@ permissions:
|
|
|
909
909
|
|
|
910
910
|
**Jobs:**
|
|
911
911
|
- `validate` - Validates TypeScript compilation and builds
|
|
912
|
-
- `hotfix` - Creates emergency hotfix release
|
|
912
|
+
- `hotfix` - Creates emergency hotfix release and publishes
|
|
913
913
|
|
|
914
914
|
**What it does:**
|
|
915
915
|
1. Validates code at specified commit
|
|
916
916
|
2. Auto-generates changelog from recent commits
|
|
917
917
|
3. Creates hotfix release (patch/minor bump)
|
|
918
|
-
4. Pushes git tag
|
|
918
|
+
4. Pushes git tag
|
|
919
|
+
5. **Publishes to npm with provenance**
|
|
920
|
+
6. **Creates GitHub Release**
|
|
919
921
|
|
|
920
922
|
**When to use:** Critical bugs needing immediate patch release
|
|
921
923
|
|