Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Delete dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Jan 3, 2018
1 parent ae8f25c commit 3c84a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Ensure your git repo is clean. Then update VERSION (no need to commit it, it wil
$ ./release.sh
```

*Note*: this will delete and recreate the `dist` folder.

## Usage

```
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ git add cli/version.go
git commit -m "Version $VERSION" || echo "Version not changed"
git tag -a v$VERSION -m "Version $VERSION"
git push origin v$VERSION
rm -rf ./dist
goreleaser

0 comments on commit 3c84a02

Please sign in to comment.