feat: initial cir release

This commit is contained in:
DaOfficialWizard 2023-05-09 00:08:53 +01:00
parent 46bda82726
commit 2f94a6eb82
3 changed files with 8 additions and 14 deletions

View file

@ -5,9 +5,9 @@ on:
tags: tags:
- "v*" - "v*"
branches: branches:
- dev - feature/tauri
- master #- master
- main #- main
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,12 +1,6 @@
{ {
"branches": [ "branches": [
"main", "feature/tauri"
"master",
"release",
{
"name": "dev",
"prerelease": true
}
], ],
"plugins": [ "plugins": [
[ [

View file

@ -2,12 +2,12 @@
name = "app" name = "app"
version = "0.1.0" version = "0.1.0"
description = "A Tauri App" description = "A Tauri App"
authors = ["you"] authors = ["autodrop3d, xibyte"]
license = "" license = "LICENSE"
repository = "" repository = "https://github.com/Xibyte/jsketcher"
default-run = "app" default-run = "app"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html