diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60d721ca..6f08d5b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,9 +5,9 @@ on: tags: - "v*" branches: - - dev - - master - - main + - feature/tauri + #- master + #- main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.releaserc b/.releaserc index f19bb61d..86cdc4ec 100644 --- a/.releaserc +++ b/.releaserc @@ -1,12 +1,6 @@ { "branches": [ - "main", - "master", - "release", - { - "name": "dev", - "prerelease": true - } + "feature/tauri" ], "plugins": [ [ diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4bdb4ba1..c04bc150 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,12 +2,12 @@ name = "app" version = "0.1.0" description = "A Tauri App" -authors = ["you"] -license = "" -repository = "" +authors = ["autodrop3d, xibyte"] +license = "LICENSE" +repository = "https://github.com/Xibyte/jsketcher" default-run = "app" edition = "2021" -rust-version = "1.59" +rust-version = "1.69" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html