You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- update release workflow to actions/checkout@v6
- fix release packaging step to run build-release.ps1
- make release workflow reusable when a GitHub release already exists
- bump extension version to 0.2.1
- add changelog entries for v0.2.1
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 0.2.1
4
+
5
+
### What's new
6
+
7
+
- Updated the GitHub Actions release workflow to use `actions/checkout@v6`, which is compatible with Node 24.
8
+
- Fixed the release workflow so it actually runs the packaging script and captures the generated archive path.
9
+
- Made the release workflow idempotent: if a GitHub release already exists for the tag, the workflow now uploads or replaces the asset instead of failing.
0 commit comments