Releases: rubykatzen/baseline
Releases · rubykatzen/baseline
v0.5.1
- 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
- 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
v0.4.9
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
- 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
- fix Ruby pre-commit hook file handling