From 02ce5825198e7f2ae80a48d4094d5b128eb9a977 Mon Sep 17 00:00:00 2001 From: Anita Ruangrotsakun <138700973+anitarua@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:38:57 -0800 Subject: [PATCH] chore: try specifying github workflow extra files option instead of manifest file (#98) * chore: try specifying github workflow extra files option instead of manifest file * Update .github/workflows/release-please.yml Co-authored-by: pgautier404 --------- Co-authored-by: pgautier404 --- .github/workflows/release-please.yml | 2 +- .release-please-manifest.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .release-please-manifest.json diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b780046..1bb2193 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,4 +24,4 @@ jobs: package-name: momento default-branch: main changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' - manifest-file: .release-please-manifest.json + extra-files: ["lib/src/internal/utils/package_version.dart"] diff --git a/.release-please-manifest.json b/.release-please-manifest.json deleted file mode 100644 index 2cdeb50..0000000 --- a/.release-please-manifest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extra-files": [ - "lib/src/internal/utils/package_version.dart" - ] -} \ No newline at end of file