4 Commits

Author SHA1 Message Date
a79d0ee6d4 chore(release) working on homebrew tap releaser 2022-12-18 22:30:16 +01:00
32ad2b3fd7 remove constraint 2022-12-18 22:29:18 +01:00
0a3a4d4f74 updated tag name 2022-12-18 22:28:04 +01:00
95f3254f81 chore(release) with updated version 2022-12-18 22:24:08 +01:00
4 changed files with 3 additions and 4 deletions

View File

@@ -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.

View File

@@ -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
View File

@@ -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",

View File

@@ -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"]