diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index ce05db9..3cbd78a 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -22,6 +22,5 @@ jobs: - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 env: - RUST_LOG: debug GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file diff --git a/cliff.toml b/cliff.toml index 5f2bc75..6f34d7c 100644 --- a/cliff.toml +++ b/cliff.toml @@ -5,10 +5,6 @@ # Configuration options are organized into tables and keys. # See documentation for more information on available options. -[remote.github] -owner = "stack-rs" -repo = "mitosis" - [changelog] # template for the changelog header header = """ @@ -19,7 +15,7 @@ All notable changes to this project will be documented in this file.\n # https://keats.github.io/tera/docs/#introduction body = """ {%- macro remote_url() -%} - https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }} + https://github.com/stack-rs/mitosis {%- endmacro -%} {% macro print_commit(commit) -%} diff --git a/release-plz.toml b/release-plz.toml index 3dc5b19..fb435f7 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -13,6 +13,7 @@ git_tag_enable = true git_release_enable = false # labels for the release PR pr_labels = ["release"] +pr_name = "Release v{{ version }}" # disallow updating repositories with uncommitted changes allow_dirty = true # disallow packaging with uncommitted changes