Skip to content

Commit

Permalink
🔖 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Olusamimaths committed Jul 25, 2023
1 parent 466aa6e commit f9b3bc5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
project_name: startkit
project_name: onboardbasekit
before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -16,8 +16,8 @@ builds:
- darwin
#Configuration for building packages for rpm and deb package managers
nfpms:
- package_name: startkit
homepage: github.com/Onboardbase/startkit
- package_name: onboardbasekit
homepage: github.com/Onboardbase/onboardbasekit
description: |-
CLI tool for generating boilerplates projects with Onboardbase completely setup.
formats:
Expand All @@ -27,10 +27,10 @@ nfpms:
brews:
-
name: startkit
homepage: https://github.com/Onboardbase/startkit
homepage: https://github.com/Onboardbase/onboardbasekit
tap:
owner: Onboardbase
name: homebrew-startkit
name: homebrew-onboardbasekit
commit_author:
name: Olusola

Expand Down
Binary file removed bin/onboardbasekit
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var rootCmd = &cobra.Command{
Use: "startkit",
Short: "CLI tool for generating boilerplates projects with Onboardbase completely setup.",
Aliases: []string{"obb"},
Version: "1.0.12",
Version: "1.0.10",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onboardbase/kit",
"version": "1.0.12",
"version": "1.0.10",
"description": "**Onboardbase Kit** (startkit) is a CLI tool for generating boilerplates with onboardbase preconfigured in them as a SecretOps infrastucture.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit f9b3bc5

Please sign in to comment.