kettle-dev 2.2.15 → 2.2.16

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: 8007b269190013fc1b4f177ef37da4ff9f983846594c9542a4012d5b63ac269b
4
- data.tar.gz: cf06b1c5653e784f68ea846956e67b840465c5048b6d4c54760f2c06ac74c58e
3
+ metadata.gz: 543c0feea2569c36fc0f92795c6da98708938c8a262eadde59b93cfcbf3cd2a2
4
+ data.tar.gz: '08e6fe52f9d7b7fcee3f834938b5cb1267baa6f1b64c2fec51ffe2bc26ac3228'
5
5
  SHA512:
6
- metadata.gz: 73669d321000c4a0a172b19000821ca7b50efbf0673ed473e6d5fc491e39610c6446b3dde9dd64c2352a31fa04b0f8dcba6a3b3cd9a8231dd8560ea71b25b362
7
- data.tar.gz: 56d5ce5f39fb93c43ff9a3cfc2c64837a89caab375d21eebe90ffe92c85bf065a91b5c720ebf17b438e5da748db7eb01849f8d1cc43839dd51ffa1eb00bc053a
6
+ metadata.gz: efe57e55df3cbd6cf7b01b01d6ef28f6e96149a41957e0dc1157be27c6e53d036ecde76d6aba89d7e3eb6016c37b8f95c9973f8924e9f22539322e5a722c06e4
7
+ data.tar.gz: 4ca4f8be55e9cc0cd0262e5ec88d309cd0ca6feee559a244474688db9da047f359bac9c736facaf8b19c25fedf11f7778639188ac382c31125e4fd3791bb2cee
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
+ ## [2.2.16] - 2026-06-24
34
+
35
+ - TAG: [v2.2.16][2.2.16t]
36
+ - COVERAGE: 92.23% -- 4093/4438 lines in 33 files
37
+ - BRANCH COVERAGE: 73.14% -- 1609/2200 branches in 33 files
38
+ - 62.11% documented
39
+
40
+ ### Changed
41
+
42
+ - `kettle-release` start step 0 now runs `kettle-changelog` after the
43
+ `kettle-pre-release` gates so release prep generates the versioned changelog
44
+ section before the numbered release steps.
45
+
46
+ ### Fixed
47
+
48
+ - `kettle-release` now invokes `bundle exec kettle-changelog` as an interactive
49
+ command, making the changelog plan banner and confirmation prompt visible
50
+ during release prep.
51
+
33
52
  ## [2.2.15] - 2026-06-21
34
53
 
35
54
  - TAG: [v2.2.15][2.2.15t]
@@ -2233,7 +2252,9 @@ Please file a bug if you notice a violation of semantic versioning.
2233
2252
  - Selecting will run the selected workflow via `act`
2234
2253
  - This may move to its own gem in the future.
2235
2254
 
2236
- [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.15...HEAD
2255
+ [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.16...HEAD
2256
+ [2.2.16]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.15...v2.2.16
2257
+ [2.2.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.16
2237
2258
  [2.2.15]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.14...v2.2.15
2238
2259
  [2.2.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.15
2239
2260
  [2.2.14]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.13...v2.2.14
data/README.md CHANGED
@@ -874,7 +874,7 @@ Thanks for RTFM. ☺️
874
874
  [📌gitmoji]: https://gitmoji.dev
875
875
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
876
876
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
877
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.429-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
877
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.438-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
878
878
  [🔐security]: https://github.com/kettle-dev/kettle-dev/blob/main/SECURITY.md
879
879
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
880
880
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/exe/kettle-release CHANGED
@@ -47,12 +47,13 @@ if ARGV.include?("-h") || ARGV.include?("--help")
47
47
 
48
48
  Automates the release flow for a Ruby gem in the host project.
49
49
 
50
- Full releases start at step 0 and run `kettle-pre-release` before the
51
- numbered release steps. Any start_step greater than 0 skips pre-release
52
- checks and resumes directly at the requested numbered step.
50
+ Full releases start at step 0 and run `kettle-pre-release` plus
51
+ `kettle-changelog` before the numbered release steps. Any start_step
52
+ greater than 0 skips pre-release prep and resumes directly at the
53
+ requested numbered step.
53
54
 
54
55
  Start steps (use start_step=<n> to begin at that step):
55
- 0. Run kettle-pre-release gates
56
+ 0. Run kettle-pre-release gates and kettle-changelog
56
57
  1. Verify Bundler >= 2.7 (start at 1 to skip pre-release checks)
57
58
  2. Detect version; RubyGems sanity check; confirm CHANGELOG/version; sync copyright years; update badges/headers
58
59
  3. Run bin/setup
@@ -31,7 +31,9 @@ module Kettle
31
31
  # Some commands are interactive (e.g., `bundle exec rake release` prompting for RubyGems MFA).
32
32
  # Using capture3 detaches STDIN, preventing prompts from working. For such commands, use system
33
33
  # so they inherit the current TTY and can read the user's input.
34
- interactive = /\Abundle(\s+exec)?\s+rake\s+release\b/.match?(cmd) || /\Agem\s+push\b/.match?(cmd)
34
+ interactive = /\Abundle(\s+exec)?\s+rake\s+release\b/.match?(cmd) ||
35
+ /\Agem\s+push\b/.match?(cmd) ||
36
+ /\A(bundle\s+exec\s+)?kettle-changelog\b/.match?(cmd)
35
37
  if interactive
36
38
  ok = system(env_hash, cmd)
37
39
  unless ok
@@ -327,6 +329,21 @@ module Kettle
327
329
  def run_pre_release_checks!
328
330
  puts "Running pre-release checks via kettle-pre-release..."
329
331
  Kettle::Dev::PreReleaseCLI.new(check_num: 1).run
332
+ run_changelog!
333
+ end
334
+
335
+ def run_changelog!
336
+ cmd = "bundle exec kettle-changelog"
337
+ cmd = "#{cmd} --version #{Shellwords.escape(@version_override)}" if @version_override
338
+ run_cmd!(cmd)
339
+ end
340
+
341
+ def changelog_strict?
342
+ ENV.fetch("K_CHANGELOG_STRICT", "true").downcase != "false"
343
+ end
344
+
345
+ def changelog_coverage_hard?
346
+ ENV.fetch("K_CHANGELOG_COVERAGE_HARD", "true").downcase != "false"
330
347
  end
331
348
 
332
349
  # Update the README KLOC badge number based on the denominator in the current version's COVERAGE line in CHANGELOG.md.
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Dev
5
5
  module Version
6
- VERSION = "2.2.15"
6
+ VERSION = "2.2.16"
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-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.15
4
+ version: 2.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -339,10 +339,10 @@ licenses:
339
339
  - AGPL-3.0-only
340
340
  metadata:
341
341
  homepage_uri: https://kettle-dev.galtzo.com
342
- source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.2.15
343
- changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.2.15/CHANGELOG.md
342
+ source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.2.16
343
+ changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.2.16/CHANGELOG.md
344
344
  bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
345
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.2.15
345
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.2.16
346
346
  funding_uri: https://github.com/sponsors/pboling
347
347
  wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
348
348
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file