Skip to content

Commit

Permalink
chore: update release-plz workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh committed Nov 5, 2024
1 parent 7e184fd commit 48a47e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
RUST_LOG: debug
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
6 changes: 1 addition & 5 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand All @@ -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) -%}
Expand Down
1 change: 1 addition & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48a47e9

Please sign in to comment.