Skip to content

Commit

Permalink
feat: improve installer script (#92)
Browse files Browse the repository at this point in the history
* feat: change to ratatui

* feat: upgrade

* feat: improve installer script

* chore: release 0.5.0
  • Loading branch information
zifeo authored Aug 10, 2023
1 parent d681fca commit ce47877
Show file tree
Hide file tree
Showing 8 changed files with 274 additions and 185 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ updates:
directory: /
schedule:
interval: monthly
groups:
deps:
patterns:
- "*"
- package-ecosystem: cargo
directory: /
schedule:
interval: monthly
groups:
deps:
patterns:
- "*"
18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
changelog:
exclude:
authors:
- octocat
- dependabot
categories:
- title: Breaking changes 🛠
labels:
- breaking-change
- title: Documentation improvements 📖
labels:
- documentation
- title: Bug fixes 🐛
labels:
- bug
- title: New features 🎉
labels:
- "*"
Loading

0 comments on commit ce47877

Please sign in to comment.