Skip to content

Commit 019cc1f

Browse files
committed
chore: manually pin releases
1 parent e162a63 commit 019cc1f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.config/release-please-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
"pull-request-footer": "This release was generated with [Release Please](https://github.com/googleapis/release-please).",
1212
"packages": {
1313
"crates/git-rewrite": {
14-
"include-component-in-tag": false
14+
"include-component-in-tag": false,
15+
"release-as": "0.1.1"
1516
},
16-
"crates/git-filter-tree": {}
17+
"crates/git-filter-tree": {
18+
"release-as": "0.2.0"
19+
}
1720
},
1821
"plugins": [{ "type": "sentence-case" }, { "type": "cargo-workspace" }],
1922
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)