Skip to content

Releases: Glyndor/.github

v1.2.0

19 Jun 11:37
Immutable release. Only release title and notes can be modified.
8052342

Choose a tag to compare

feat(line-limit): the file-size check counts code lines only — blank lines and comment-only lines (including the required public-item doc comments) no longer count toward the 300/500 limit. Backward-compatible relaxation (code lines ≤ total). Consumers: bump the pinned line-limit.yml SHA via Dependabot.

v1.1.3

19 Jun 05:35
Immutable release. Only release title and notes can be modified.
9ff9765

Choose a tag to compare

What's Changed

  • fix(bun-ci): capture stderr for the coverage table by @Jaro-c in #61

Full Changelog: v1.1.2...v1.1.3

v1.1.2

19 Jun 05:31
Immutable release. Only release title and notes can be modified.
f6979c4

Choose a tag to compare

What's Changed

  • fix(bun-ci): read line coverage from the correct column by @Jaro-c in #60

Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 Jun 05:26
Immutable release. Only release title and notes can be modified.
aec16a7

Choose a tag to compare

What's Changed

  • fix(bun-ci): place --if-present before the script name by @Jaro-c in #59

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Jun 15:41
Immutable release. Only release title and notes can be modified.
f72a527

Choose a tag to compare

feat(rust-ci): add coverage-ignore-regex input to exclude integration-only files from the coverage gate (backward-compatible; default empty).

v1.0.0

16 Jun 03:05
Immutable release. Only release title and notes can be modified.
b786201

Choose a tag to compare

First tagged release of the shared reusable workflows.

Reusables: rust-ci, bun-ci, go-ci, python-ci, shell-ci, rust-audit, rust-supply-chain, rust-debian, dco, main-guard, line-limit, installer-contract.

Consume by SHA with a version comment, e.g.:
uses: Glyndor/.github/.github/workflows/rust-ci.yml@<sha> # v1.0.0
Dependabot bumps the SHA when a newer release is published.