Skip to content

Commit

Permalink
Update misc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed May 6, 2021
1 parent b799ae3 commit 98f3579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -49,7 +49,7 @@ brews:

# Caveats for the user of your binary.
# Default is empty.
caveats: "Create a new project via interactive console UI into current folder by using `cgapp create` command."
caveats: "Create a new project via interactive console UI into current folder by using `cgapp create` command. A helpful documentation and next steps with your project is here https://create-go.app/"

# Your app's homepage.
# Default is empty.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -27,4 +27,4 @@ delete-tag:
git tag --delete $(VERSION)

update-pkg-cache:
curl -i https://proxy.golang.org/github.com/create-go-app/cli/@v/$(VERSION).info
curl -i https://proxy.golang.org/github.com/create-go-app/cli/v2/@v/$(VERSION).info

0 comments on commit 98f3579

Please sign in to comment.