Skip to content

Release fix/path-alias-normalization - #28

Merged
pboling merged 22 commits into
mainfrom
fix/path-alias-normalization
Jul 22, 2026
Merged

Release fix/path-alias-normalization#28
pboling merged 22 commits into
mainfrom
fix/path-alias-normalization

Conversation

@pboling

@pboling pboling commented Jul 21, 2026

Copy link
Copy Markdown
Member

Automated release validation PR for fix/path-alias-normalization.

This PR lets GitHub Actions run before kettle-release merges the branch into main.

Copilot AI review requested due to automatic review settings July 21, 2026 21:25
@coveralls

coveralls commented Jul 21, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 29893760252

Coverage remained the same at 94.643%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: 1 of 1 lines across 1 file are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 123
Covered Lines: 120
Line Coverage: 97.56%
Relevant Branches: 45
Covered Branches: 39
Branch Coverage: 86.67%
Branches in Coverage %: Yes
Coverage Strength: 11.99 hits per line

💛 - Coveralls

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Automated release-validation PR preparing the fix/path-alias-normalization branch for merge/release, including a version bump, dependency lockfile refresh, templating/workflow updates, and regenerated documentation/signatures.

Changes:

  • Bump gem version to 1.0.9 and refresh dependency constraints + Gemfile.lock.
  • Update development Gemfile modular wiring (StructuredMerge env var renames, path-alias docs surfaced in generated docs).
  • Refresh CI workflows (push/PR gating logic, action SHAs, and .rspec_status caching) and regenerate YARD/docs artifacts.

Reviewed changes

Copilot reviewed 50 out of 52 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
sig/nomono/version.rbs Removed; version signature consolidated into main RBS.
sig/nomono.rbs Adds Nomono::Version::VERSION signature.
RUBOCOP.md Updates RuboCop gradual workflow guidance wording.
README.md Updates badges/links and dependency snippet versions; KLOC badge value updated.
Rakefile Template header version/date update.
nomono.gemspec Packaging manifest reshaped; dependency versions updated.
lib/nomono/version.rb Version bump to 1.0.9.
gemfiles/modular/templating.gemfile StructuredMerge env var rename; templating deps updated.
gemfiles/modular/templating_local.gemfile StructuredMerge env var rename + nomono activation bootstrapping notes/logic updates.
gemfiles/modular/style.gemfile Tooling dependency bumps (standard/rubocop-minitest/appraisal2-rubocop).
gemfiles/modular/style_local.gemfile Nomono activation bootstrapping notes/logic updates.
gemfiles/modular/erb/r4/v5.0.gemfile Bumps erb gem patch version.
gemfiles/modular/erb/r3/v5.0.gemfile Bumps erb gem patch version.
gemfiles/modular/documentation.gemfile Doc tool dependency bumps (kramdown/yard/yard-timekeeper).
gemfiles/modular/documentation_local.gemfile Nomono activation bootstrapping notes/logic updates.
gemfiles/modular/coverage.gemfile Moves away from git-sourced SimpleCov; updates kettle-soup-cover constraint.
gemfiles/modular/coverage_local.gemfile Nomono activation bootstrapping notes/logic updates.
Gemfile.lock Locks updated dependency set for 1.0.9.
Gemfile Adds released tree_sitter_language_pack; updates StructuredMerge env var wording.
docs/Nomono/Version.html Regenerated YARD HTML reflecting version bump.
docs/Nomono/Resolver.html Regenerated YARD HTML reflecting API signature changes.
docs/index.html Regenerated docs index reflecting README/badge changes.
docs/file.RUBOCOP.html Regenerated docs for RUBOCOP.md content changes.
docs/file.README.html Regenerated docs for README.md content changes.
docs/file.CONTRIBUTING.html Regenerated docs for CONTRIBUTING.md content changes.
docs/file.CHANGELOG.html Regenerated docs for CHANGELOG.md content changes.
docs/_index.html Regenerated YARD docs index.
CONTRIBUTING.md Documents branch naming conventions to trigger engine CI workflows; git driver cleanup command update.
CHANGELOG.md Adds 1.0.9 release entry and updates Unreleased compare link.
.structuredmerge/kettle-jem.yml Updates kettle-jem version and Rakefile merge preferences.
.structuredmerge/git-drivers.toml Renames diff driver from smorg-ruby to smorg-rb.
.kettle-drift.lock Updates drift lock locations to match template changes.
.github/workflows/unlocked_deps.yml Updates CI skip gating + action SHAs.
.github/workflows/truffleruby-33.0.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/truffleruby-25.0.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/truffleruby-24.2.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/truffle.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/templating.yml Updates CI skip gating + action SHAs.
.github/workflows/style.yml Updates CI skip gating + action SHAs.
.github/workflows/ruby-3.4.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/ruby-3.3.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/ruby-3.2.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/opencollective.yml Updates action SHAs.
.github/workflows/locked_deps.yml Updates CI skip gating + action SHAs.
.github/workflows/jruby.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/jruby-10.0.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/heads.yml Refactors into separate ruby/truffleruby/jruby jobs; updates gating and caching.
.github/workflows/dependency-review.yml Updates checkout action SHA.
.github/workflows/dep-heads.yml Refactors jobs + BUNDLE_GEMFILE handling for TruffleRuby dep-heads strategy; adds caching.
.github/workflows/current.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.github/workflows/coverage.yml Updates gating, action SHAs, adds .rspec_status cache restore.
.gitattributes Updates diff driver name to smorg-rb.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread nomono.gemspec
Comment thread Gemfile Outdated
Comment thread docs/index.html Outdated
Comment thread docs/_index.html
@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Health
nomono 98% 87%
Summary 98% (120 / 123) 87% (39 / 45)

Minimum allowed line rate is 92%

@pboling
pboling merged commit 9445066 into main Jul 22, 2026
25 checks passed
@pboling
pboling deleted the fix/path-alias-normalization branch July 22, 2026 06:49
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.

3 participants