Skip to content

Pre-release v2.2.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 21:05
· 164 commits to main since this release
v2.2.0-rc.0
c535a01
Release v2.2.0-rc.0

Bug Fixes
- Add missing environment variables for Windows (#532) (9722784)
- Drop extra '(' in first commit URL in github-keepachangelog (#535) (8b3d09f)
- Fix typo in the installation of typos-cli (#545) (700281a)
- Return the last version if there is nothing to bump (45c87f2)
- Trim the text before matching with commit parser (#573) (4971b23)
- Update the commit processing order (#556) (c5ef9ab)

Documentation
- Add documentation for taiki-e/install-action (#563) (85db777)
- Update setup-git-cliff action documentation (4f46396)
- Fix the documentation for `--include-path` (#567) (4a7aa7e)

Features
- Make the bump version rules configurable (#530) (152414c)
- Make rendering errors more verbose (7ee3c86)
- Support detecting config from project manifest (#571) (9eb3d65)

Miscellaneous Tasks
- Use form based issue templates (#529) (8f8e221)
- Publish rc version for prereleases (#528) (16bea51)
- Update maturin version (#539) (10b7ab8)
- Skip clippy commits in changelog (830528c)
- Comment on pull requests about semver checks (ccdc152)
- Update funding options (4bedf76)
- Temporarily disable semver checks (f26fbe0)

Refactor
- Apply clippy suggestions (72c1fa3)