nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

fix: change regex to get correct changelog value

Open FalcoXYZ opened this issue 2 years ago • 0 comments

Changes the regex to match the changelog in github releases properly.

Changes:

  • changed the regex in the discord announcement action to better match the changelog.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

  • [X] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation Update
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Other (please describe):

Testing

Requires testing

  • [ ] Yes
  • [X] No

In case you checked yes, did you write tests??

  • [ ] Yes
  • [X] No

Comments about testing , should you have some (optional)

Further comments (optional)

Tested locally with multiple release changelogs (1.13.2 till 1.13.6) and works as it should.

FalcoXYZ avatar Aug 10 '22 08:08 FalcoXYZ