Skip to content

Commit

Permalink
chore(release): bump version to v
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfoconnor committed Oct 12, 2023
1 parent 644a3bd commit 75bf452
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Empty file added .yarn/versions/a0760ef3.yml
Empty file.
4 changes: 2 additions & 2 deletions lib/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -306838,7 +306838,7 @@ var import_toUpper = __toESM(require_toUpper(), 1);
var import_github_actions_core_typed_inputs4 = __toESM(require_src(), 1);
var import_github_actions_octokit_hydrated = __toESM(require_src3(), 1);
var import_graphql = __toESM(require_dist_node25(), 1);
var strictIssueIdRegEx = /\b[A-Z][A-Z_0-9]{1,9}-[0-9]{1,9}\b/;
var strictIssueIdRegEx = /\b[A-Za-z][A-Za-z_0-9]{1,9}-[0-9]{1,9}\b/;
var issueIdRegEx = new RegExp(strictIssueIdRegEx, "g");
var GetStartAndEndPoints = `
query getStartAndEndPoints($owner: String!, $repo: String!, $headRef: String!,$baseRef: String!) {
Expand Down Expand Up @@ -307567,7 +307567,7 @@ ${issuesJoined}`);
const issuesPromises = [];
for (const issueKey of match) {
import_github_actions_core_typed_inputs5.logger.debug(`Looking up key ${issueKey} in jira`);
const issueFound = this.getIssue(issueKey);
const issueFound = this.getIssue(normaliseKey(issueKey));
if (issueFound) {
issuesPromises.push(issueFound);
}
Expand Down
4 changes: 2 additions & 2 deletions lib/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gajira-find-issue-key",
"version": "2.4.25",
"version": "2.4.27",
"description": "",
"main": "lib/index.cjs",
"type": "module",
Expand Down

0 comments on commit 75bf452

Please sign in to comment.