Skip to content

v11.1.5

Compare
Choose a tag to compare
@Byron Byron released this 02 Sep 09:18
· 137 commits to main since this release
516a779

Bug Fixes

  • Ignore all changed files with an extension.
    There are non-crate files that as far as we know all have file
    extensions, as opposed to the crate files we are interested in, which do
    not.

    Thus skipping all files with extension helps us to get past the initial
    commit which includes such files, like .github/*.yml.

    Related to rust-lang/docs.rs#1807 (comment)

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Ignore all changed files with an extension. (8af61f2)