Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d990aee323 | |||
| 74a3cb262f | |||
| 349fd20bc6 |
@@ -180,7 +180,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: all-releases/*
|
files: all-releases/*
|
||||||
draft: false
|
draft: true
|
||||||
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-beta') || contains(github.ref, '-alpha') }}
|
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-beta') || contains(github.ref, '-alpha') }}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
|||||||
+10
-1
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.3] - 2025-11-18
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- **Release Workflow**: Create releases as draft initially
|
||||||
|
- Fixes "Cannot upload assets to an immutable release" error
|
||||||
|
- Releases must be manually published after assets upload
|
||||||
|
- Prevents race condition where release publishes before all assets finish uploading
|
||||||
|
|
||||||
## [1.1.2] - 2025-11-18
|
## [1.1.2] - 2025-11-18
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@@ -107,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Comprehensive documentation
|
- Comprehensive documentation
|
||||||
- README with usage guide
|
- README with usage guide
|
||||||
|
|
||||||
[Unreleased]: https://github.com/0x524a/onvif-go/compare/v1.1.2...HEAD
|
[Unreleased]: https://github.com/0x524a/onvif-go/compare/v1.1.3...HEAD
|
||||||
|
[1.1.3]: https://github.com/0x524a/onvif-go/compare/v1.1.2...v1.1.3
|
||||||
[1.1.2]: https://github.com/0x524a/onvif-go/compare/v1.1.1...v1.1.2
|
[1.1.2]: https://github.com/0x524a/onvif-go/compare/v1.1.1...v1.1.2
|
||||||
[1.1.1]: https://github.com/0x524a/onvif-go/compare/v1.1.0...v1.1.1
|
[1.1.1]: https://github.com/0x524a/onvif-go/compare/v1.1.0...v1.1.1
|
||||||
[1.1.0]: https://github.com/0x524a/onvif-go/compare/v1.0.3...v1.1.0
|
[1.1.0]: https://github.com/0x524a/onvif-go/compare/v1.0.3...v1.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user