Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright IBM Corp. 2022, 2025
Copyright IBM Corp. 2022, 2026

Mozilla Public License Version 2.0
==================================
Expand Down
12 changes: 6 additions & 6 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -40418,7 +40418,7 @@ var createUnauthenticatedAuth = function createUnauthenticatedAuth2(options) {

;// CONCATENATED MODULE: ./src/octokit.js
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -50421,7 +50421,7 @@ const got = source_create(defaults);

;// CONCATENATED MODULE: ./src/github-release.js
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -50511,7 +50511,7 @@ async function getByTag(client, owner, repo, tag) {

;// CONCATENATED MODULE: ./src/enos.js
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -50615,7 +50615,7 @@ async function versionNumber() {

;// CONCATENATED MODULE: ./src/main.js
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -50700,7 +50700,7 @@ Found enos version ${outputs.version} in path

;// CONCATENATED MODULE: ./src/index.js
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/enos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/enos.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright IBM Corp. 2022, 2025
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Loading