@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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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 using `release-it-preset hotfix`
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 (GitHub release + npm publish via `publish.yml`)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oorabona/release-it-preset",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Shared release-it configuration and scripts for the organisation",
5
5
  "type": "module",
6
6
  "keywords": [