chore(release): cut miner v1.0.0#5712
Merged
JSONbored merged 4 commits intoJul 14, 2026
Merged
Conversation
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
JSONbored
previously approved these changes
Jul 14, 2026
23e44e8 to
92b4941
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5712 +/- ##
=======================================
Coverage 95.06% 95.06%
=======================================
Files 581 581
Lines 46179 46179
Branches 14811 14811
=======================================
Hits 43901 43901
Misses 1517 1517
Partials 761 761
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
53a7751 to
d48c28d
Compare
release-please regenerated this branch from current main, which reintroduced two issues already fixed once on the branch's prior incarnation: - packages/gittensory-miner/package.json's @loopover/engine dependency was speculatively cross-bumped to an exact "2.0.0" pin by release-please's node-workspace plugin, matching the engine component's own still-open, still-unpublished release PR (#5713). The local workspace member is still 1.0.0 on this branch (main hasn't merged that bump), and 2.0.0 isn't on the npm registry either, so npm ci failed with ETARGET. Reverted to "*" so the workspace-local link resolves regardless of which sibling version lands first, and dropped the now-inaccurate CHANGELOG "Dependencies" section. - test/unit/miner-cli.test.ts hardcoded "0.1.0" in the two assertions that check the real package/CLI version, stale against this cut's real 1.0.0.
# Conflicts: # .release-please-manifest.json
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
loopover-ui | d5114ef | Commit Preview URL Branch Preview URL |
Jul 14 2026, 08:54 AM |
Contributor
Author
|
🤖 Created releases: 🌻 |
This was referenced Jul 14, 2026
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.
🤖 I have created a release beep boop
1.0.0 (2026-07-14)
⚠ BREAKING CHANGES
Features
Fixes
Dependencies
This PR was generated with Release Please. See documentation.