Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
a79d0ee6d4
|
|||
32ad2b3fd7
|
|||
0a3a4d4f74
|
|||
95f3254f81
|
1
.github/workflows/release-published.yml
vendored
1
.github/workflows/release-published.yml
vendored
@@ -12,7 +12,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Release to homebrew tap
|
- name: Release to homebrew tap
|
||||||
uses: Justintime50/homebrew-releaser@v1
|
uses: Justintime50/homebrew-releaser@v1
|
||||||
if: ${{ github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'chore(release)') }}
|
|
||||||
with:
|
with:
|
||||||
# The name of the homebrew tap to publish your formula to as it appears on GitHub.
|
# The name of the homebrew tap to publish your formula to as it appears on GitHub.
|
||||||
# Required - strings.
|
# Required - strings.
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -111,4 +111,4 @@ jobs:
|
|||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.zip
|
*.zip
|
||||||
name: ${{ steps.get_version.outputs.value }}
|
name: ${{ steps.get_version.outputs.value }}
|
||||||
tag_name: ${{ steps.get_version.outputs.value }}
|
tag_name: v${{ steps.get_version.outputs.value }}
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -316,7 +316,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toolkit"
|
name = "toolkit"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"eyre",
|
"eyre",
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "toolkit"
|
name = "toolkit"
|
||||||
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
|
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
authors = ["Kasper J. Hermansen contact@kjuulh.io"]
|
authors = ["Kasper J. Hermansen contact@kjuulh.io"]
|
||||||
|
Reference in New Issue
Block a user