|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## 🚀 GH OBS Helper Release v1.1.9 |
4 | | - |
5 | | -### 🎯 What's New |
6 | | -- **Workflow Fixes**: Repaired corrupted GitHub workflow configuration |
7 | | -- **Path Consistency**: Ensured all OBS paths use consistent repository folder structure |
8 | | -- **CI/CD Stability**: Improved workflow reliability and maintainability |
| 3 | +## 🚀 GH OBS Helper Release v1.2.0 |
9 | 4 |
|
10 | 5 | ### 🔧 Changes |
11 | | -- **Workflow Configuration**: Fixed corrupted `test-upload.yml` workflow inputs section |
12 | | -- **OBS Path Standardization**: Confirmed all workflow files use "gh-obs-helper/" path prefix consistently |
13 | | - |
14 | | -### 🐛 Bug Fixes |
15 | | -- **Critical Fix**: Resolved corrupted YAML structure in `test-upload.yml` workflow file |
16 | | -- **Input Validation**: Fixed malformed workflow inputs that were preventing proper execution |
17 | | -- **Path Consistency**: Ensured single file upload test uses correct OBS path with repository prefix |
18 | | - |
19 | | -### 📋 Known Issues |
20 | | -- No known issues in this release |
21 | | -- All workflows have been validated and are functioning correctly |
22 | 6 |
|
23 | | -### 🔗 Migration Guide |
24 | | -- No breaking changes from v1.1.8 |
25 | | -- All existing workflows remain fully compatible |
26 | | -- Workflow fixes are internal improvements that don't affect user-facing functionality |
| 7 | +- **MAJOR**: Upgraded `esdk-obs-nodejs` from 3.24.3 to 3.25.6 (latest stable version) |
| 8 | +- **No Breaking Changes**: All existing workflows remain fully compatible |
27 | 9 |
|
28 | 10 | ### 🛠️ Usage Example |
| 11 | + |
29 | 12 | ```yaml |
30 | 13 | - name: Upload to OBS |
31 | 14 | id: upload |
32 | | - uses: diverger/gh-obs-helper@v1.1.9 |
| 15 | + uses: diverger/gh-obs-helper@v1.2.0 |
33 | 16 | with: |
34 | 17 | access_key: ${{ secrets.OBS_ACCESS_KEY }} |
35 | 18 | secret_key: ${{ secrets.OBS_SECRET_KEY }} |
36 | 19 | region: 'cn-north-4' |
37 | 20 | bucket: 'my-bucket' |
38 | 21 | operation: 'upload' |
39 | 22 | local_path: 'dist/**/*' |
40 | | - obs_path: 'gh-obs-helper/releases/v1.1.9/' |
| 23 | + obs_path: 'gh-obs-helper/releases/v1.2.0/' |
41 | 24 | public_read: true |
42 | 25 |
|
43 | 26 | - name: Use uploaded file URLs |
|
46 | 29 | echo "All URLs: ${{ steps.upload.outputs.upload_urls }}" |
47 | 30 | ``` |
48 | 31 |
|
49 | | -### 🙏 Contributors |
50 | | -- Thank contributors |
51 | | -- Mention community feedback |
52 | | -
|
53 | 32 | --- |
54 | | -**Full Changelog**: https://github.com/diverger/gh-obs-helper/compare/v1.1.8...v1.1.9 |
| 33 | +
|
| 34 | +**Full Changelog**: [v1.1.9...v1.2.0](https://github.com/diverger/gh-obs-helper/compare/v1.1.9...v1.2.0) |
0 commit comments