Skip to content

Commit

Permalink
fix: incorrect related issue URL in file-based changelog output
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Feb 6, 2024
1 parent 669b335 commit 4a2c34a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

"use strict";

var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
Expand Down Expand Up @@ -28226,6 +28227,7 @@ async function main () {
closingIssuesReferences(first: 50) {
nodes {
number
url
author {
login
url
Expand Down Expand Up @@ -28320,3 +28322,4 @@ main()

module.exports = __webpack_exports__;
/******/ })()
;
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ async function main () {
closingIssuesReferences(first: 50) {
nodes {
number
url
author {
login
url
Expand Down

0 comments on commit 4a2c34a

Please sign in to comment.