You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* automate stable releases from conventional PR titles ([#9](https://github.com/shpitdev/convex-sync-kit/issues/9)) ([494d7ea](https://github.com/shpitdev/convex-sync-kit/commit/494d7eab5ab33b4067e57d135ffdaa4e93bdb8cc))
8
+
9
+
### Bug Fixes
10
+
11
+
* make cargo package versions explicit for release-please ([#10](https://github.com/shpitdev/convex-sync-kit/issues/10)) ([00f3993](https://github.com/shpitdev/convex-sync-kit/commit/00f3993a2fb55728fe2c553d4c9b13dfd34192e9))
12
+
* point release-please at convex-sync package ([#11](https://github.com/shpitdev/convex-sync-kit/issues/11)) ([04e5671](https://github.com/shpitdev/convex-sync-kit/commit/04e56710e464df453a29d2ad228177e290e365c6))
13
+
14
+
All notable changes to `convex-sync-kit` will be documented in this file.
This variation keeps the existing Rust exporter and S3 publish loop, then adds:
@@ -199,7 +219,7 @@ Stable releases are driven by merged PR titles on `main`.
199
219
200
220
- use conventional PR titles such as `feat: ...`, `fix: ...`, or `deps: ...`
201
221
-`release-please` now starts release history from commit `0cf9f47`
202
-
- merge to `main` opens or advances the stable release PR automatically when a releasable PR lands
222
+
- merge to `main` opens or advances the stable release PR automatically when a releasable PR lands anywhere the repo-wide release config considers in scope
203
223
- both release workflows also support manual `workflow_dispatch`, so there is always a button path in GitHub Actions
0 commit comments