Skip to content

Commit

Permalink
chore: Update boiletplate
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 8, 2021
1 parent 67a42bd commit ab2f86d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- '!/*.md'
- '!/docs/**'
- "!/LICENSE-*"
schedule:
- cron: '3 3 3 * *'
jobs:
ci:
name: CI
Expand Down Expand Up @@ -113,6 +115,8 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
# Not MSRV because its harder to jump between versions and people are
# more likely to have stable
toolchain: stable
profile: minimal
override: true
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/rust-next.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: rust-next
on:
push:
branches:
- master
paths:
- '**'
- '!/*.md'
- '!/docs/**'
- "!/LICENSE-*"
schedule:
- cron: '3 3 3 * *'
jobs:
Expand Down
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ readme = "README.md"
categories = ["development-tools::cargo-plugins"]
keywords = ["cargo"]
edition = "2018"
exclude = [
"docs/**",
"README.md",
"CHANGELOG.md",
"hook.sh",
"release.toml",
".github/**",
include = [
"src/**/*",
"Cargo.toml",
"LICENSE*",
"README.md",
"examples/**/*"
]

[package.metadata.release]
Expand Down
1 change: 1 addition & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pre-release-commit-message = "chore: Release"
dev-version = false
tag-message = "{{tag_name}}"
tag-name = "{{prefix}}v{{version}}"
pre-release-hook = ["./hook.sh", "", "два", "Three", "4"]
Expand Down

0 comments on commit ab2f86d

Please sign in to comment.