From 7589cd545bf53bfa9030b28e31e6b3ea5d8a2e56 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Tue, 11 Jun 2024 12:46:39 -0700 Subject: [PATCH] build: enable publishing (#71) --- .github/workflows/ci.yaml | 5 ++++- release-plz.toml | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9908b2e..85d00321 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,14 @@ name: "CI" on: - pull_request: {} + pull_request: + paths-ignore: + - "release-plz.toml" push: paths-ignore: - "docs/**" - "**.md" - "LICENSE" + - "release-plz.toml" branches: - main diff --git a/release-plz.toml b/release-plz.toml index 5f535630..f4838015 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -2,8 +2,7 @@ # disable the changelog for all packages # ref: https://release-plz.ieni.dev/docs/extra/single-changelog changelog_update = false -publish = false -pr_draft = false +publish = true git_release_draft = true git_release_type = "pre"