Releases: finderau/github-pr-linter
Releases · finderau/github-pr-linter
v1.3.0
What's Changed
- feat: allow numbers in board code jira reference by @mikep-dev in #5
New Contributors
Full Changelog: v1.2.2...1.3.0
v1.2.2
What's Changed
- fix: pr linter regex jira integration by @last-marcel in #4
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- refactor: update rexexp match for jira references by @last-marcel in #3
New Contributors
- @last-marcel made their first contribution in #3
Full Changelog: v1.2.0...v1.2.1
v1.1.0
feat: ensure template Jira reference is replaced
The template includes the Jira reference XYZ-123, make sure that this is
replaced in the PR body.
Version 1.1.0
Relates to SRE-225
v1.0.10
fix: see if trimming the string works
Trying to work out why we can't detect the empty line properly, seeing
if trim()
will fix the issue
Version 1.0.10
Relates to SRE-225
v1.0.9
fix: more logging
Add more logging to try to determine why the PR comes through in a way
that we can't find the blank line before the Jira reference
Version 1.0.9
Relates to SRE-225
v1.0.8
fix: more logging
Attempting to understand why the checker doesn't detect the newline when
running on a site PR, so adding some more debug logging
Relates to SRE-225
v1.0.7
fix: add more debug logging
Cleans up the debug logging a bit so we can clearly see what the title
and body that are passed to the check are
Relates to SRE-225
v1.0.6
fix: issue with blank line check
Fixed an issue with checking the blank line at the end of the PR
description, was causing PRs like this one to fail:
finderau/site#5057
Added a test that will ensure we don't have a regression
Relates to SRE-225