Skip to content

Commit

Permalink
Truncate updates if greater than 200.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliojimenez committed May 13, 2021
1 parent b97fe81 commit 026cfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
This release has the following changes:
- README Updates.
- Truncate updates if greater than 200.
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
version = "0.0.6"
version = "0.0.7"
verbose bool
trace bool
debug bool
Expand Down

0 comments on commit 026cfe0

Please sign in to comment.