Skip to content

Commit

Permalink
build: remove releases from macros crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Aug 28, 2024
1 parent e4f440a commit 0e9af40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ git_tag_name = "v{{ version }}"
[[package]]
name = "edgedb_codegen_macros"
changelog_path = "crates/edgedb_codegen_macros/changelog.md"
git_release_enable = false
git_release_name = "{{ package }}@v{{ version }}"
git_tag_enable = true
git_tag_name = "{{ package }}@v{{ version }}"

[[package]]
name = "edgedb_codegen_core"
changelog_path = "crates/edgedb_codegen_core/changelog.md"
git_release_enable = false
git_release_name = "{{ package }}@v{{ version }}"
git_tag_enable = true
git_tag_name = "{{ package }}@v{{ version }}"

Expand Down

0 comments on commit 0e9af40

Please sign in to comment.