Skip to content

Commit b06eaa5

Browse files
committed
feat: enable dynamic prerelease handling in CI and forge configuration
1 parent ec2c760 commit b06eaa5

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.changeset/pre.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@pipelab/cli": "2.0.0",
6+
"@pipelab/app": "2.0.0",
7+
"@pipelab/ui": "2.0.0",
8+
"@pipelab/constants": "1.0.0",
9+
"@pipelab/core-node": "1.0.0",
10+
"@pipelab/migration": "1.0.0",
11+
"@pipelab/plugin-construct": "1.0.0",
12+
"@pipelab/plugin-core": "1.0.0",
13+
"@pipelab/plugin-discord": "1.0.0",
14+
"@pipelab/plugin-electron": "1.0.0",
15+
"@pipelab/plugin-filesystem": "1.0.0",
16+
"@pipelab/plugin-itch": "1.0.0",
17+
"@pipelab/plugin-minify": "1.0.0",
18+
"@pipelab/plugin-netlify": "1.0.0",
19+
"@pipelab/plugin-nvpatch": "1.0.0",
20+
"@pipelab/plugin-poki": "1.0.0",
21+
"@pipelab/plugin-steam": "1.0.0",
22+
"@pipelab/plugin-system": "1.0.0",
23+
"@pipelab/plugin-tauri": "1.0.0",
24+
"@pipelab/shared": "2.0.0",
25+
"@pipelab/tsconfig": "1.0.0"
26+
},
27+
"changesets": [
28+
"curly-planets-move",
29+
"orange-pans-arrive"
30+
]
31+
}

0 commit comments

Comments
 (0)