Skip to content

Commit 4243028

Browse files
Merge pull request #37 from umage-ai/feature/release-notes-v0.2.2
Bump release notes to v0.2.2 (v0.2.1 reserved by immutable release)
2 parents 327b1fe + ca23f86 commit 4243028

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Release Notes
22

3-
## v0.2.1
3+
## v0.2.2
44

55
### Fixes
66

77
- **README images and doc links now render on nuget.org.** The packed `README.md` used repo-relative paths for screenshots, `LICENSE`, `CLAUDE.md`, and the `docs/` integrator guides, which resolve fine on GitHub but 404 from the nuget.org package page. All in-repo references are now absolute `https://github.com/umage-ai/Umage.Optimizely.GraphSearchtools/...` URLs (images via `raw.githubusercontent.com`).
8+
- **Publish workflow attaches the `.nupkg` atomically at release creation.** The previous two-step pattern (`gh release create` then `gh release upload --clobber`) was rejected with HTTP 422 by the org's immutable-releases policy, leaving v0.2.1 as an empty release with no package. The workflow now uploads the package as part of the create call and pre-deletes any partial release at the same tag.
89

910
### Changes
1011

1112
- **Added a Release badge** to the README header (`img.shields.io/github/v/release`) linking to the latest GitHub release. Sits between the existing Build and License badges.
1213

14+
> v0.2.1 was reserved by an empty release shell before the workflow fix landed; immutable releases prevents re-using the version name, so this ships as v0.2.2.
15+
1316
## v0.2.0
1417

1518
### Fixes

0 commit comments

Comments
 (0)