Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit d2820bc

Browse files
committed
chore: add scaffolding for git-metadata crate
1 parent 85bd082 commit d2820bc

7 files changed

Lines changed: 561 additions & 6 deletions

File tree

.config/release-please-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
"group-pull-request-title-pattern": "chore(release): bump crate versions on `${branch}`",
1111
"pull-request-footer": "This release was generated with [Release Please](https://github.com/googleapis/release-please).",
1212
"packages": {
13-
"crates/git-rewrite": {
13+
"crates/git-metadata": {
1414
"include-component-in-tag": false
15-
},
16-
"crates/git-filter-tree": {}
15+
}
1716
},
1817
"plugins": [{ "type": "sentence-case" }, { "type": "cargo-workspace" }],
1918
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"crates/git-rewrite": "0.1.2",
3-
"crates/git-filter-tree": "0.3.0"
2+
"crates/git-metadata": "0.0.0"
43
}

0 commit comments

Comments
 (0)