Skip to content

Commit

Permalink
Merge pull request #4 from foresterre/release-config
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Sep 23, 2023
2 parents 5d8f39f + 08c7046 commit a8f913f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [ubuntu-stable, macos-stable, win-gnu-stable, win-msvc-stable, ubuntu-beta, ubuntu-nightly]
build: [ubuntu-stable, macos-stable, win-gnu-stable, win-msvc-stable]
include:
- build: ubuntu-stable
os: ubuntu-latest
Expand All @@ -34,13 +34,6 @@ jobs:
os: windows-latest
rust: stable

- build: ubuntu-beta
os: ubuntu-latest
rust: beta

- build: ubuntu-nightly
os: ubuntu-latest
rust: nightly
steps:
- name: checkout_repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/foresterre/rust-toolchain-file"
keywords = ["rust-toolchain", "rust-toolchain-toml", "toolchain-file", "pinned-release", "rustup-toolchain"]
categories = ["development-tools"]

rust-version = "1.56"
rust-version = "1.66"
edition = "2021"

exclude = ["run_coverage.sh"]
Expand Down
17 changes: 17 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[advisories]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
copyleft = "deny"
confidence-threshold = 0.925
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
]

3 changes: 3 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pre-release-commit-message = "Release {{crate_name}} version {{version}}"
tag-name = "v{{version}}"
tag-message = "Release {{crate_name}} version {{version}}"

0 comments on commit a8f913f

Please sign in to comment.