changesette 6.3.1

A version and changelog manager using the changesets file format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
paths:
  # changesette-release.yml is autogenerated by cargo-dist; suppress its style-level shellcheck issues.
  .github/workflows/changesette-release.yml:
    ignore:
      - 'shellcheck reported issue in this script: SC2001:'
      - 'shellcheck reported issue in this script: SC2086:'
      - 'shellcheck reported issue in this script: SC2129:'
  # actionlint does not know the self-repository syntax ("$/...") yet.
  .github/workflows/tag-aliases.yml:
    ignore:
      - 'reusable workflow call "\$/[^"]*" at "uses" is not following the format'
  .github/workflows/test-setup.yml:
    ignore:
      - 'specifying action "\$/[^"]*" in invalid format because ref is missing'