Skip to content

Commit

Permalink
ci: move to release-please properly
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Oct 14, 2023
1 parent b245c8b commit e20463d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
Empty file added .release-please-manifest.json
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solo2-desktop",
"version": "1.0.0-alpha.30",
"version": "1.0.0",
"author": {
"name": "oplik0",
"email": "[email protected]",
Expand Down
13 changes: 13 additions & 0 deletions release-please.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"bootstrap-sha": "3085908efd04d7df3b1d88a58ebc5aa42d9c9b31",
"packages": {
".": {
"release-type": "node",
"release-as": "1.0.0"
},
"src-tauri": {
"release-type": "rust",
"release-as": "1.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solo2-desktop"
version = "1.0.0-alpha.30"
version = "1.0.0"
authors = ["oplik0"]
default-run = "solo2-desktop"
edition = "2021"
Expand Down

0 comments on commit e20463d

Please sign in to comment.