Skip to content

Commit

Permalink
feat: initial cir release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 8, 2023
1 parent 46bda82 commit 2f94a6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
tags:
- "v*"
branches:
- dev
- master
- main
- feature/tauri
#- master
#- main

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 1 addition & 7 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"branches": [
"main",
"master",
"release",
{
"name": "dev",
"prerelease": true
}
"feature/tauri"
],
"plugins": [
[
Expand Down
8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f94a6e

Please sign in to comment.