Skip to content

Releases: rubykatzen/baseline

v0.5.1

17 Jun 21:30
b1c12a2

Choose a tag to compare

  • refactor: move bump-pre-commit-rev into local composite action
  • feat: bump pre-commit rev in prepare-release, drop Dependabot pre-commit ecosystem
  • chore(deps): bump https://github.com/rubykatzen/baseline
  • fix: remove stale conflict marker from README
  • Replace pre-commit autoupdate workflow with Dependabot.
  • docs: add erb_lint todo file format and creation instructions
  • fix: inherit baseline rubocop config inside erb_lint rubocop_config
  • fix: pin transitive gem dependencies to minor versions in gemspec
  • fix: use HTTPS URLs in pre-commit configs for Dependabot compatibility

v0.5.0

17 Jun 16:11
8c98cbd

Choose a tag to compare

  • chore: bump releaser to v0.3.4
  • fix: remove trailing comma after last hash item in Install::STUBS
  • fix: address PR review for gem hooks, gemspec, and publish
  • feat: comment todo inherit_from in install stubs with hints
  • fix: address PR review blockers for rubykatzen-baseline gem
  • feat: enable Style/FrozenStringLiteralComment
  • rename configs/ to config/ to follow Ruby gem conventions
  • rename configs/erb-lint.yml to configs/erb_lint.yml for consistency
  • feat: publish rubykatzen-baseline gem on release
  • rename gem to rubykatzen-baseline
  • chore: bump releaser to v0.3.3, add bump-ruby-gem-version to release flow
  • fix: drop erb_lint version pin — it depends on rubocop >= 1 internally
  • fix: drop version pins for rubocop-* and standard-custom
  • fix: tighten gem pins to minor version constraints
  • fix: check .erb_lint.yml (not deprecated .erb-lint.yml), loosen gem pins
  • docs: note RuboCop version pins in changelog
  • fix: pin RuboCop 1.88+ and rubocop-rails 2.35+ in baseline gem
  • fix: silence RuboCop extension tips in shared config
  • fix: use MaximumRangeSize in standard rubocop config
  • feat: publish baseline Ruby gem for RuboCop and erb_lint configs

v0.4.10

16 Jun 17:24
d0e0928

Choose a tag to compare

  • feat: inline standard rubocop configs, drop standard gem wrappers (#30)

v0.4.9

16 Jun 11:17
4f431cf

Choose a tag to compare

  • fix: make hooks/herb.sh executable (#27)

v0.4.8

16 Jun 01:55
a1ef973

Choose a tag to compare

  • setup-ruby: enable bundler cache when Gemfile is present (#24)

v0.4.7

16 Jun 01:47
1c6e5ef

Choose a tag to compare

  • herb: add lint-herb action (#22)

v0.4.6

16 Jun 00:36
aaf9a30

Choose a tag to compare

  • erb-lint: use find to collect files, drop --lint-all (#20)

v0.4.5

16 Jun 00:09
bd11da9

Choose a tag to compare

  • erb-lint: exclude vendor from linting (#18)
  • Update README to generalize workflow description
  • chore: remove release actions moved to rubykatzen/releaser (#17)

v0.4.4

15 Jun 22:04
880072f

Choose a tag to compare

  • docs: replace manual workflow dispatch with releaser CLI in release docs
  • docs: add concrete release command example to AGENTS.md
  • docs: add link to rubykatzen/releaser in AGENTS.md
  • docs: remove dependabot-automerge and telegram workflows from public docs
  • Skip hooks when no targets exist (#15)
  • docs: document release flow and branch protection
  • fix: use relative path for pre-commit-autoupdate shared workflow
  • fix portable sed in mise.toml parsing, trap cleanup, and README accuracy
  • simplify Ruby linting: setup-ruby handles bundle install, linters detect Gemfile
  • chore(deps): bump rubykatzen/baseline/.github/workflows/pre-commit-autoupdate-shared.yml
  • use bundle install in Ruby linter actions, remove BASELINE_RUBY_LINTER_STANDALONE
  • extract setup-ruby action and add guard steps to Ruby linters
  • chore(deps): bump rubykatzen/releaser from 0.3.0 to 0.3.1
  • rubocop: exclude vendor from linting
  • make Ruby linter actions self-contained

v0.4.3

15 Jun 17:17
abada7a

Choose a tag to compare

  • fix Ruby pre-commit hook file handling