File tree 21 files changed +42
-65
lines changed
21 files changed +42
-65
lines changed Original file line number Diff line number Diff line change
1
+ name : Release-plz
2
+
3
+ permissions :
4
+ pull-requests : write
5
+ contents : write
6
+
7
+ on :
8
+ push :
9
+ branches :
10
+ - main
11
+
12
+ jobs :
13
+ release-plz :
14
+ name : Release-plz
15
+ runs-on : ubuntu-latest
16
+ steps :
17
+ - name : Checkout repository
18
+ uses : actions/checkout@v4
19
+ with :
20
+ fetch-depth : 0
21
+ - name : Install Rust toolchain
22
+ uses : dtolnay/rust-toolchain@stable
23
+ - name : Run release-plz
24
+ uses : MarcoIeni/release-plz-action@v0.5
25
+ env :
26
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ edition = "2021"
49
49
license = " MPL-2.0"
50
50
authors = [" Florian Dieminger <me@fiji-flo.de>" ]
51
51
rust-version = " 1.80"
52
+ publish = false
52
53
53
54
[workspace .dependencies ]
54
55
rari-doc = { path = " crates/rari-doc" }
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
thiserror.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
serde_json.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
thiserror.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
rayon.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
rari-utils.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
rari-utils.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
thiserror.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
rari-types.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
thiserror.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
anyhow.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[lib ]
10
11
proc-macro = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
rari-types.workspace = true
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[features ]
10
11
testing = []
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition.workspace = true
5
5
authors.workspace = true
6
6
license.workspace = true
7
7
rust-version.workspace = true
8
+ publish.workspace = true
8
9
9
10
[dependencies ]
10
11
thiserror.workspace = true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ semver_check = false
9
9
[[package ]]
10
10
name = " rari"
11
11
git_tag_name = " v{{ version }}"
12
- publish = false
13
12
git_tag_enable = true
14
13
git_release_enable = true
15
14
git_release_type = " auto"
You can’t perform that action at this time.
0 commit comments