Skip to content

Releases: finderau/github-pr-linter

v1.3.0

24 May 10:17
be069fd
Compare
Choose a tag to compare

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

26 Jan 22:55
9f93127
Compare
Choose a tag to compare

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

24 Jan 03:14
569ea5d
Compare
Choose a tag to compare

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.2.0

31 Aug 01:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

30 Aug 22:56
Compare
Choose a tag to compare

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

30 Aug 07:14
Compare
Choose a tag to compare

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

30 Aug 07:11
Compare
Choose a tag to compare

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

30 Aug 07:06
Compare
Choose a tag to compare

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

30 Aug 07:02
Compare
Choose a tag to compare

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

30 Aug 06:58
Compare
Choose a tag to compare

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