File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ appraise "dep-heads" do
4747 eval_gemfile "modular/runtime_heads.gemfile"
4848end
4949
50-
5150appraise "ruby-2-4" do
5251 eval_gemfile "modular/faraday_v1.gemfile"
5352 eval_gemfile "modular/hashie_v1.gemfile"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ after running `bin/setup`. These include:
3030- gem_checksums
3131- kettle-changelog
3232- kettle-commit-msg
33- - oauth2 -setup
33+ - kettle-dev -setup
3434- kettle-dvcs
3535- kettle-pre-release
3636- kettle-readme-backers
@@ -68,7 +68,9 @@ GitHub API and CI helpers
6868Releasing and signing
6969- SKIP_GEM_SIGNING: If set, skip gem signing during build/release
7070- GEM_CERT_USER: Username for selecting your public cert in ` certs/<USER>.pem ` (defaults to $USER)
71- - SOURCE_DATE_EPOCH: Reproducible build timestamp. ` kettle-release ` will set this automatically for the session.
71+ - SOURCE_DATE_EPOCH: Reproducible build timestamp.
72+ - ` kettle-release ` will set this automatically for the session.
73+ - Not needed on bundler >= 2.7.0, as reproducible builds have become the default.
7274
7375Git hooks and commit message helpers (exe/kettle-commit-msg)
7476- GIT_HOOK_BRANCH_VALIDATE: Branch name validation mode (e.g., ` jira ` ) or ` false ` to disable
@@ -168,6 +170,7 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
1681701 . Update version.rb to contain the correct version-to-be-released.
1691712 . Run ` bundle exec kettle-changelog ` .
1701723 . Run ` bundle exec kettle-release ` .
173+ 4 . Stay awake and monitor the release process for any errors, and answer any prompts.
171174
172175#### Manual process
173176
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- # kettle-dev Rakefile v1.1.49 - 2025-11-07
3+ # kettle-dev Rakefile v1.1.50 - 2025-11-07
44# Ruby 2.3 (Safe Navigation) or higher required
55#
66# MIT License (see License.txt)
You can’t perform that action at this time.
0 commit comments