kettle-family 1.2.67 → 1.2.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6cce9c43c8db0ddb5984da9e0656dd3790a47dc718fa28195716a73d7b84a68
4
- data.tar.gz: accd2cad6a1265c9c954e9908e6ab22ed02282bd0258c8116da295a9e6bf725f
3
+ metadata.gz: 92f9921c54769cc9de3e665525d947ca363034e6aa1195e54542abc14ac2e034
4
+ data.tar.gz: 5dbb47c3eeec83bd468bcf490a400f9c27972a60d8985f938401981010c4b92a
5
5
  SHA512:
6
- metadata.gz: f9bb56dbb8b43e418441588cd45c904d874086a7f9af349e097aa78a738779e86cef91dadf41e3f5ca0ae99737f717ccda23f0be250944646c247e24a0b3a99a
7
- data.tar.gz: 45ea1c723af5437ec77d50961d3c0deca340358b2a904961addd8396ec47c28592faeaf68a94badbad8eb69da92b8124db7ad15fdf904fb91b29234830c6481e
6
+ metadata.gz: 85b47651e690a179449e7bdf2ee815aa5720b896c92092a8df6d5dc6bce832e54354a5a6d2835f1d88ff12ca4b33291c63984781c0596e727b19d06a4bf0bcca
7
+ data.tar.gz: 35ecc3796e6bf354cd7ebe72b68fc186407c04a4bcea8a38185c9a7b3d56343339a7ef5da0b5ab11a7d7d51ebe97167fe496e5810acbec56cc3d1d60dfbde4a3
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.2.68] - 2026-08-30
34
+
35
+ - TAG: [v1.2.68][1.2.68t]
36
+ - COVERAGE: 93.17% -- 5457/5857 lines in 33 files
37
+ - BRANCH COVERAGE: 76.14% -- 2212/2905 branches in 33 files
38
+ - 30.32% documented
39
+
40
+ ### Fixed
41
+
42
+ - Exclude the optional member changelog dependency when resetting locks for a shared root changelog family.
43
+
33
44
  ## [1.2.67] - 2026-08-30
34
45
 
35
46
  - TAG: [v1.2.67][1.2.67t]
@@ -2307,7 +2318,9 @@ Please file a bug if you notice a violation of semantic versioning.
2307
2318
  - Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
2308
2319
  - Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
2309
2320
 
2310
- [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.67...HEAD
2321
+ [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.68...HEAD
2322
+ [1.2.68]: https://github.com/kettle-dev/kettle-family/compare/v1.2.67...v1.2.68
2323
+ [1.2.68t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.68
2311
2324
  [1.2.67]: https://github.com/kettle-dev/kettle-family/compare/v1.2.66...v1.2.67
2312
2325
  [1.2.67t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.67
2313
2326
  [1.2.66]: https://github.com/kettle-dev/kettle-family/compare/v1.2.65...v1.2.66
data/README.md CHANGED
@@ -678,7 +678,12 @@ to materialize. The member-level reset rewrites local sibling paths and
678
678
  checksum-less local gem versions back to released registry versions with
679
679
  `sha256=` checksums in `Gemfile.lock` and `Appraisal.root.gemfile.lock`.
680
680
  Executed family resets fail if the resulting lockfiles still contain sibling
681
- path remotes or checksum gaps.
681
+ path remotes or checksum gaps. For a family with a shared root changelog,
682
+ member resets pass `--skip-changelog-dependency`: the root changelog is
683
+ prepared in its own bundle, and omitting the optional member development tool
684
+ prevents a partly published coordinated release from resolving an obsolete
685
+ registry dependency chain. Members with their own `CHANGELOG.md` retain the
686
+ normal dependency.
682
687
 
683
688
  Resume a failed family publish after fixing the failure. Already published
684
689
  versions are skipped automatically. A release report gives a member-scoped
@@ -1031,7 +1036,7 @@ Thanks for RTFM. ☺️
1031
1036
  [📌gitmoji]: https://gitmoji.dev
1032
1037
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
1033
1038
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1034
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.853-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1039
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.857-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1035
1040
  [🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
1036
1041
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
1037
1042
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "1.2.67"
8
+ VERSION = "1.2.68"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
@@ -1854,7 +1854,7 @@ module Kettle
1854
1854
  end
1855
1855
 
1856
1856
  def reset_gemfile_lock_command(member)
1857
- [
1857
+ command = [
1858
1858
  "env",
1859
1859
  "-u",
1860
1860
  "BUNDLE_BIN_PATH",
@@ -1871,6 +1871,16 @@ module Kettle
1871
1871
  RESET_LOCKFILE_HELPER,
1872
1872
  "release-lockfiles"
1873
1873
  ]
1874
+ command.insert(-1, "--skip-changelog-dependency") if reset_skips_member_changelog_dependency?(member)
1875
+ command
1876
+ end
1877
+
1878
+ # Root-changelog families already prepare the changelog in a dedicated
1879
+ # root bundle. Keeping the optional member Gemfile dependency while a
1880
+ # coordinated monorepo release is only partly published can force
1881
+ # Bundler to select the prior registry dependency graph instead.
1882
+ def reset_skips_member_changelog_dependency?(member)
1883
+ config.shared_changelog? && !config.member_local_changelog?(member)
1874
1884
  end
1875
1885
 
1876
1886
  def reset_helper_ruby
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-family
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.67
4
+ version: 1.2.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -91,7 +91,7 @@ dependencies:
91
91
  requirements:
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 3.0.22
94
+ version: 3.0.23
95
95
  - - "<"
96
96
  - !ruby/object:Gem::Version
97
97
  version: 4.0.0
@@ -101,7 +101,7 @@ dependencies:
101
101
  requirements:
102
102
  - - ">="
103
103
  - !ruby/object:Gem::Version
104
- version: 3.0.22
104
+ version: 3.0.23
105
105
  - - "<"
106
106
  - !ruby/object:Gem::Version
107
107
  version: 4.0.0
@@ -441,10 +441,10 @@ licenses:
441
441
  - AGPL-3.0-only
442
442
  metadata:
443
443
  homepage_uri: https://kettle-family.galtzo.com
444
- source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.67
445
- changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.67/CHANGELOG.md
444
+ source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.68
445
+ changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.68/CHANGELOG.md
446
446
  bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
447
- documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.67
447
+ documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.68
448
448
  funding_uri: https://github.com/sponsors/pboling
449
449
  wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
450
450
  news_uri: https://www.railsbling.com/tags/kettle-family
metadata.gz.sig CHANGED
Binary file