9 Commits

Author SHA1 Message Date
0408fe856d chore(release) with updated formula for sourcegraph tap 2022-12-19 09:20:58 +01:00
4e3b711567 chore(release) with dependencies v0.1.7
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:18:42 +01:00
7f0bff57eb forgot string
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:18:05 +01:00
92f167e7e8 fix name of drone
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-18 23:14:11 +01:00
c7ebd6350e chore(release) v0.1.6
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2022-12-18 23:10:29 +01:00
d7d55d24f5 with proper name for version
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
2022-12-18 23:01:43 +01:00
6381c189cb correct binName
Some checks failed
continuous-integration/drone Build is failing
2022-12-18 22:54:52 +01:00
d0568e48ec with drone 2022-12-18 22:54:28 +01:00
f66a6c858d chore(release) with dependencies v0.1.5 2022-12-18 22:53:14 +01:00
5 changed files with 14 additions and 9 deletions

5
.drone.yml Normal file
View File

@@ -0,0 +1,5 @@
kind: template
load: bust_rustbin_default_template.yaml
name: toolkit
data:
binName: toolkit

View File

@@ -34,12 +34,12 @@ jobs:
# Custom dependencies in case other formulas are needed to build the current one.
# Optional - multiline string.
depends_on: |
fzf
gh
dust
bottom
procs
src-cli
"fzf"
"gh"
"dust"
"bottom"
"procs"
"sourcegraph/src-cli/src-cli"
# Custom install command for your formula.
# Required - string.

View File

@@ -110,5 +110,5 @@ jobs:
*.deb
*.tar.gz
*.zip
name: ${{ steps.get_version.outputs.value }}
name: v${{ 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]]
name = "toolkit"
version = "0.1.3"
version = "0.1.8"
dependencies = [
"clap",
"eyre",

View File

@@ -1,7 +1,7 @@
[package]
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"
version = "0.1.3"
version = "0.1.8"
edition = "2021"
license-file = "LICENSE"
authors = ["Kasper J. Hermansen contact@kjuulh.io"]