Skip to content

Commit 04e5671

Browse files
authored
fix: point release-please at convex-sync package (#11)
1 parent 00f3993 commit 04e5671

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"apps/convex-sync": "0.0.1"
3+
}

apps/convex-sync/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
All notable changes to `convex-sync` will be documented in this file.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cargo-workspace"
1010
],
1111
"packages": {
12-
".": {
12+
"apps/convex-sync": {
1313
"release-type": "rust",
1414
"package-name": "convex-sync",
1515
"changelog-path": "CHANGELOG.md",

0 commit comments

Comments
 (0)