kettle-family 0.1.22 → 0.1.23

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: 44abd907d2bda75eecc2110847f0664d069711594a972e73310416fa16c1dc51
4
- data.tar.gz: 64b8cbd7bebb126abf95bba922924237dc75738539cca01efa9aadad2054fff9
3
+ metadata.gz: a8d9496889f9eea74318bc9144057335ea91b20a70790c3df49389d005318f81
4
+ data.tar.gz: e0f95b680963632cb01a4a74bb277d6d83480454aa592a710667b20724b0ee9b
5
5
  SHA512:
6
- metadata.gz: cc90a3d33e44fdf56ad6aca6555e223408cf83c0c78c6e3090c0fdbfc862fda35b43759d007bac220f868360b7e2b90a8abc86a4c31845ea292180d6f9f06f82
7
- data.tar.gz: 5e02d0c033fd5a412622b0cff68ed696a81b25b22f75847cb104dcf001c15a96fea1e0914e610579322ca38bfaeab60e294173cb15634bc1c317db4f22d9831a
6
+ metadata.gz: fa1985a40cf92448a466fb83714b6f6479e0dbf0edd488341c6f569c83e7a495ac8c9f9bb7a24dd0f039210007e04cb368148e75ab3db47f529f16bcca26ca77
7
+ data.tar.gz: bee2060ce8c978bc82f2c761b4c2dc6fa2e52d8ec4e7e550ad41f77005f51d696f5e858e4d1bfd3682b113642329504469bc8fe1c7d1a8c51a181a596721adc4
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,18 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.23] - 2026-06-27
34
+
35
+ - TAG: [v0.1.23][0.1.23t]
36
+ - COVERAGE: 95.02% -- 1813/1908 lines in 21 files
37
+ - BRANCH COVERAGE: 74.58% -- 619/830 branches in 21 files
38
+ - 38.60% documented
39
+
40
+ ### Fixed
41
+
42
+ - `kettle-family release --env KEY=VALUE` now applies explicit environment
43
+ overrides to release commands and release lockfile normalization.
44
+
33
45
  ## [0.1.22] - 2026-06-27
34
46
 
35
47
  - TAG: [v0.1.22][0.1.22t]
@@ -415,7 +427,9 @@ Please file a bug if you notice a violation of semantic versioning.
415
427
  - Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
416
428
  - Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
417
429
 
418
- [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v0.1.22...HEAD
430
+ [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v0.1.23...HEAD
431
+ [0.1.23]: https://github.com/kettle-dev/kettle-family/compare/v0.1.22...v0.1.23
432
+ [0.1.23t]: https://github.com/kettle-dev/kettle-family/releases/tag/v0.1.23
419
433
  [0.1.22]: https://github.com/kettle-dev/kettle-family/compare/v0.1.21...v0.1.22
420
434
  [0.1.22t]: https://github.com/kettle-dev/kettle-family/releases/tag/v0.1.22
421
435
  [0.1.21]: https://github.com/kettle-dev/kettle-family/compare/v0.1.20...v0.1.21
data/README.md CHANGED
@@ -571,7 +571,7 @@ Thanks for RTFM. ☺️
571
571
  [📌gitmoji]: https://gitmoji.dev
572
572
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
573
573
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
574
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-1.903-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
574
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-1.908-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
575
575
  [🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
576
576
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
577
577
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Family
5
5
  module Version
6
- VERSION = "0.1.22"
6
+ VERSION = "0.1.23"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
@@ -454,6 +454,12 @@ module Kettle
454
454
  end
455
455
 
456
456
  def release_env
457
+ env = base_release_env
458
+ env.merge!(env_overrides)
459
+ env
460
+ end
461
+
462
+ def base_release_env
457
463
  env = config.release_env.dup
458
464
  env.merge!(TEMPLATE_QUIET_ENV) unless debug
459
465
  env["K_RELEASE_CI_CONTINUE"] = "true" if continue_ci_failures
@@ -668,7 +674,9 @@ module Kettle
668
674
  end
669
675
 
670
676
  def release_lockfile_env
671
- release_env.merge(config.release_disable_local_path_env.to_h { |key| [key, "false"] })
677
+ base_release_env
678
+ .merge(config.release_disable_local_path_env.to_h { |key| [key, "false"] })
679
+ .merge(env_overrides)
672
680
  end
673
681
 
674
682
  def commit_normalized_lockfiles(branch_members:, runner:, memo:, reason: command)
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: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -310,10 +310,10 @@ licenses:
310
310
  - AGPL-3.0-only
311
311
  metadata:
312
312
  homepage_uri: https://kettle-family.galtzo.com
313
- source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v0.1.22
314
- changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v0.1.22/CHANGELOG.md
313
+ source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v0.1.23
314
+ changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v0.1.23/CHANGELOG.md
315
315
  bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
316
- documentation_uri: https://www.rubydoc.info/gems/kettle-family/0.1.22
316
+ documentation_uri: https://www.rubydoc.info/gems/kettle-family/0.1.23
317
317
  funding_uri: https://github.com/sponsors/pboling
318
318
  wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
319
319
  news_uri: https://www.railsbling.com/tags/kettle-family
metadata.gz.sig CHANGED
Binary file