Commit d7f705d
authored
chore(scripts): update release script to include rivetkit (#3265)
* chore(config): disable valid_hosts filter unless explicitly configured
* chore(scripts): update release script to include rivetkit
* chore(release): update version to 2.0.22-rc.1
* fix(release): build rivetkit before type check
Some examples like example-deno depend on rivetkit being built
before type checking can succeed.
* chore(release): update version to 2.0.22-rc.1
* fix(example-deno): skip check-types when deno not installed
The GitHub Actions CI environment doesn't have deno installed,
so the example-deno check-types script now gracefully skips
when deno is not available.
* chore(release): update version to 2.0.22-rc.1
* fix(ci): add npm authentication to complete job
The complete job needs NPM credentials to publish packages.
Previously only the setup job had this configured.
* chore(release): update version to 2.0.22-rc.1
* fix(release): prevent duplicate publishing of engine packages
@rivetkit/engine-* packages were being published twice - once from
enginePackagePaths and once from getRivetkitPackages. Now engine
packages are excluded from the rivetkit packages list.
* chore(release): update version to 2.0.22-rc.1
* fix(ci): add GH_TOKEN to complete job
The complete job uses gh CLI to create GitHub releases,
which requires GH_TOKEN to be set in the environment.
* chore(release): update version to 2.0.22-rc.11 parent 6550101 commit d7f705d
File tree
93 files changed
+501
-752
lines changed- .github/workflows
- engine/sdks
- rust/api-full/rust
- src
- apis
- models
- typescript
- api-full
- runner-protocol
- runner
- test-runner
- examples/deno
- frontend/packages
- components
- icons
- rivetkit-typescript/packages
- actor
- cloudflare-workers
- core
- db
- framework-base
- next-js
- react
- rivetkit
- sql-loader
- scripts
- release
- rivetkit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+501
-752
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
250 | 256 | | |
251 | 257 | | |
252 | 258 | | |
253 | 259 | | |
254 | 260 | | |
255 | 261 | | |
256 | 262 | | |
257 | | - | |
| 263 | + | |
258 | 264 | | |
259 | | - | |
| 265 | + | |
260 | 266 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments