From c9ac7499bed96a2ab3aa6e48c62ab7b4f0c628c1 Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 9 Jun 2022 15:11:08 -0400 Subject: [PATCH] chore: update release ci for 1.0 (#187) --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 77ae9e08..cf43f4ff 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -44,7 +44,7 @@ jobs: with: release-type: node package-name: release-please-action - bump-minor-pre-major: true + bump-minor-pre-major: false changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' - uses: actions/checkout@v3