Skip to content

Releases: JasonEtco/create-an-issue

v2.9.2

15 Feb 00:15
1b14a70
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

23 Dec 03:21
e27dddc
Compare
Choose a tag to compare

Fixes a regression introduced in #144, where fields that are valid according to GitHub (name and about) were getting flagged as invalid from the changes in #144. See #145/#146 for the fix.

v2.9.0

21 Dec 19:46
4d7c131
Compare
Choose a tag to compare

This release adds a new step to parsing the issue template, to validate the frontmatter in your template against a defined schema. That way, any missing or invalid fields (like a missing title) will be caught and get a proper error message.

I'm not marking this as a breaking change because the expected schema hasn't changed, now it's just enforcing it. Apologies if this does break anyones templates, but that's a good thing as it'd be pointing out something invalid about it!

v2.8.2

13 Dec 23:13
3a8ba79
Compare
Choose a tag to compare

Fixes a bug where quotes in issue titles would cause the search for existing issues to return issues that were incorrectly considered a match.

Also updates some CI versions, and minor adjustments to typings.

v2.8.1

01 Dec 19:40
77399b6
Compare
Choose a tag to compare

Fixes a bug with the search_existing input being set to all, which caused it to return no results in the underlying search.

v2.8.0

10 Oct 17:28
1a16035
Compare
Choose a tag to compare

This update bumps a number of dependencies, including the version of Node the action runs in from Node 12 to 16.

v2.6.0

28 Sep 18:50
9e6213a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.6.0

v2.5.0

06 Dec 20:22
5d95049
Compare
Choose a tag to compare
  • Adds support for the update_existing, thanks to @PrinsFrank in #71!
  • Converts the action to use TypeScript, and be a proper JS action in #76
  • Updates some dependencies in #75

v2.4.0

04 Apr 01:57
e6b4b19
Compare
Choose a tag to compare

This release adds support for environment variables in issue templates, thanks to @sunt05 over in #53.

It also updates some dependencies, including actions-toolkit - v4.0.0 now provides a better error message when a file cannot be found, and suggests adding the actions/checkout action (to avoid issues like #29 )

v2.3.1

05 Mar 00:09
7a1eb67
Compare
Choose a tag to compare

Fixes #46 through #47, thanks to @lee-dohm!