Skip to content

Releases: amannn/action-semantic-pull-request

v3.2.5

25 Jan 13:01
Compare
Choose a tag to compare

3.2.5 (2021-01-25)

Bug Fixes

  • Remove previous build artifacts before building. This addresses an issue where the latest published version didn't include the latest changes. (#81) (3279b09)

v3.2.4

25 Jan 08:25
Compare
Choose a tag to compare

3.2.4 (2021-01-25)

Bug Fixes

v3.2.3

19 Jan 08:22
Compare
Choose a tag to compare

3.2.3 (2021-01-19)

Bug Fixes

  • Allow validation to pass when subjectPatternError is provided (#79) (19bf182)

v3.2.2

19 Jan 08:06
Compare
Choose a tag to compare

3.2.2 (2021-01-19)

Bug Fixes

  • Compile action to single file (a7bde01)

v3.2.1

19 Jan 07:59
Compare
Choose a tag to compare

3.2.1 (2021-01-19)

Bug Fixes

  • Move configuration docs to a separate section (dd78147)

v3.2.0

18 Jan 13:51
Compare
Choose a tag to compare

3.2.0 (2021-01-18)

Features

  • Add subjectPatternError option to allow users to override the default error when subjectPattern doesn't match (#76) (e617d81)

v3.1.0

11 Jan 11:09
Compare
Choose a tag to compare

3.1.0 (2021-01-11)

Features

  • Add regex validation for subject (#71) (04b071e)

v3.0.0

08 Jan 08:49
Compare
Choose a tag to compare

3.0.0 (2021-01-08)

⚠ BREAKING CHANGES

  • If you use the WIP feature, you have to manually opt-in now using the wip flag. (#73)

Features

  • Add opt-in for WIP. This reduces the common case to a single check. (#73) (fb077fa)

v2.2.0

21 Dec 08:58
Compare
Choose a tag to compare

2.2.0 (2020-12-21)

Features

v2.1.1

03 Dec 10:43
Compare
Choose a tag to compare

2.1.1 (2020-12-03)

Bug Fixes