hugo/releaser
Iskander (Alex) Sharipov d7331aaa7e
releaser: Fix regexp
Original regexp used a char class which caused the regexp to only
check 1 symbol instead of a substring like "See" and "Closes".
So it would match `e #x` instead of `See #x` and many other
weird combinations.

Tests were passing as they never checked against an input that
would confuse that regexp.

Found with go-critic static analyzer, `badRegexp` checker.
2021-10-12 11:32:09 +02:00
..
git.go releaser: Fix regexp 2021-10-12 11:32:09 +02:00
git_test.go releaser: Fix regexp 2021-10-12 11:32:09 +02:00
github.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
github_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
releasenotes_writer.go Revert "Remove credit from release notes" 2021-09-23 14:02:00 +02:00
releasenotes_writer_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
releaser.go releaser: Increase timeout 2021-06-18 16:44:12 +02:00