kettle-family 0.1.20 → 0.1.21

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: 8674366c5bb5bff14156cae0e04c58805e3401510d4f6efe865902fe2facf988
4
- data.tar.gz: b4a1ae4344a06bffc03b8fee3e472bc2f9cd40c7caa3276e30598da9307ba546
3
+ metadata.gz: dde107a653d61db6fe6c209afaac3c4d383fbf6d3a9b080728d497f75db5fd49
4
+ data.tar.gz: a8e7b235384e9b6a8d6f6e2deff75cca26a640a25f102fb2d8c6ce15a6dbf03a
5
5
  SHA512:
6
- metadata.gz: 718d504c273ced46600feb4f196db9d13301026f74f96288eaaab960ad0765dba6067944e65f2e9855ba70b4e59e52d33609fce7b3760cc5d752303191184cd2
7
- data.tar.gz: 5f1648deea0b3e04ca0edb2a453bb5d919a0e7cd1dcc19562b1ec77d15fa1c5870fd03d7b69f328fb04fec3ff70686e23d2fcaff8d1c083c941d36ece6dd28d8
6
+ metadata.gz: 6aace1618ec9c9b9090a54124530a632621fa3d8527aca832c9bc09b4cedefa0493eb2980f6d9d56ba23d0f955495536553232b2aa80ad75ff81a45dd5409bac
7
+ data.tar.gz: f1c48919ab9cb18c6939c3720c0b4e9d958041783173f952070fcc81d874e6900d769d3c4af94f46948f84471c484d0aed18b699b739ad4b4f517d5c4afce46c
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.21] - 2026-06-26
34
+
35
+ - TAG: [v0.1.21][0.1.21t]
36
+ - COVERAGE: 95.01% -- 1807/1902 lines in 21 files
37
+ - BRANCH COVERAGE: 74.52% -- 617/828 branches in 21 files
38
+ - 38.60% documented
39
+
40
+ ### Changed
41
+
42
+ - Local path environment suppression now uses `TSLP_DEV` for
43
+ `tree_sitter_language_pack` overrides instead of
44
+ `TREE_SITTER_LANGUAGE_PACK_DEV`.
45
+
46
+ ### Fixed
47
+
48
+ - Release failure reports now suggest rerunning the full executed release command,
49
+ preserving publish mode, instead of a `--start-at` hint that can skip
50
+ unreleased siblings from a failed parallel wave.
51
+
33
52
  ## [0.1.20] - 2026-06-26
34
53
 
35
54
  - TAG: [v0.1.20][0.1.20t]
@@ -382,7 +401,9 @@ Please file a bug if you notice a violation of semantic versioning.
382
401
  - Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
383
402
  - Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
384
403
 
385
- [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v0.1.20...HEAD
404
+ [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v0.1.21...HEAD
405
+ [0.1.21]: https://github.com/kettle-dev/kettle-family/compare/v0.1.20...v0.1.21
406
+ [0.1.21t]: https://github.com/kettle-dev/kettle-family/releases/tag/v0.1.21
386
407
  [0.1.20]: https://github.com/kettle-dev/kettle-family/compare/v0.1.19...v0.1.20
387
408
  [0.1.20t]: https://github.com/kettle-dev/kettle-family/releases/tag/v0.1.20
388
409
  [0.1.19]: https://github.com/kettle-dev/kettle-family/compare/v0.1.18...v0.1.19
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.897-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
574
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-1.902-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
@@ -242,7 +242,7 @@ module Kettle
242
242
  %w[
243
243
  K_JEM_TEMPLATING
244
244
  SMORG_RB_DEV
245
- TREE_SITTER_LANGUAGE_PACK_DEV
245
+ TSLP_DEV
246
246
  KETTLE_RB_DEV
247
247
  RUBOCOP_LTS_DEV
248
248
  PBOLING_DEV
@@ -217,8 +217,16 @@ module Kettle
217
217
  end
218
218
 
219
219
  def resume_hint_for(result)
220
+ return release_resume_hint if command == "release"
221
+
220
222
  "kettle-family #{command} --start-at #{result.member_name}"
221
223
  end
224
+
225
+ def release_resume_hint
226
+ hint = "kettle-family release --execute"
227
+ hint = "#{hint} --publish" if release_mode == "publish"
228
+ hint
229
+ end
222
230
  end
223
231
  end
224
232
  end
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Family
5
5
  module Version
6
- VERSION = "0.1.20"
6
+ VERSION = "0.1.21"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
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.20
4
+ version: 0.1.21
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.20
314
- changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v0.1.20/CHANGELOG.md
313
+ source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v0.1.21
314
+ changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v0.1.21/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.20
316
+ documentation_uri: https://www.rubydoc.info/gems/kettle-family/0.1.21
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