chore: Prepare v0.2.1 release#12
Merged
Merged
Conversation
Swept checked-in mill-bun_mill1 version pins from 0.2.0 to 0.2.1 and added a release date to the CHANGELOG's 0.2.1 heading. Integration- fixture build.mills keep their 0.0.0-NIGHTLY pins per RELEASING.md — those resolve against the locally published artifact, not Maven Central. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release prep sweep for
mill-bun-pluginv0.2.1. Bumps checked-inmill-bun_mill1version pins from0.2.0to0.2.1across the README and example builds, and dates the CHANGELOG's[0.2.1]heading.Changes
README.md— twomvnDepspinsexample-scalajs/build.mill— mvnDeps pinexample-typescript/build.mill— mvnDeps pinexamples/build.mill— mvnDeps pinCHANGELOG.md— date added to the[0.2.1]headingIntegration fixture
build.millfiles keep their0.0.0-NIGHTLYpins perdocs/RELEASING.md— those resolve against the locally published artifact, not Maven Central.What's in 0.2.1
Single change from #11:
BunScalaJSTests.bunTestJsEnv, an opt-in test-scoped JS environment hook. See the CHANGELOG entry for the full description.Release flow
After merge:
git checkout main && git pull --ff-onlygit tag -a v0.2.1 -m "..." && git push origin v0.2.1.github/workflows/release.ymlpublishcom.tjclp:mill-bun_mill1_3:0.2.1to Maven Central.🤖 Generated with Claude Code