Skip to content

ci(release): attach the Clojure.Main tool package to the release - #35

Merged
skydread1 merged 1 commit into
maint-1.11.xfrom
fix/release-clojure-main-tool
Sep 1, 2026
Merged

ci(release): attach the Clojure.Main tool package to the release#35
skydread1 merged 1 commit into
maint-1.11.xfrom
fix/release-clojure-main-tool

Conversation

@skydread1

Copy link
Copy Markdown
Member

Closes #34

  • The staging step copies Clojure.Main.<version>.nupkg, which PackAll already packs into Stage/, into the release assets with the same missing-artifact guard as the library package.
  • A smoke step installs the staged package with --tool-path and fails the release when the installed Clojure.Main does not report the tagged version.

PackAll already stages the nupkg; attach it and smoke-install it, so the
fork's runtime installs as a dotnet tool.
@skydread1 skydread1 self-assigned this Sep 1, 2026
@skydread1
skydread1 merged commit d37d58d into maint-1.11.x Sep 1, 2026
3 checks passed
@skydread1
skydread1 deleted the fix/release-clojure-main-tool branch September 1, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release assets omit the Clojure.Main tool package, so the fork's runtime is not installable

1 participant