Skip to content

Commit

Permalink
chore: bump to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Dec 11, 2023
1 parent 4049b4e commit c6399d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ brew install --cask gitify

Gitify supports macOS, Windows and Linux.

### Prerequisites & Libraries

- Node 18+
- [PNPM](https://pnpm.io/)
- [Electron](https://electronjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)

### Installation

pnpm install
Expand Down Expand Up @@ -54,14 +45,15 @@ The release process is automated. Follow the steps below.
### Tests

There are 2 checks - one for prettier and one for the unit tests with `jest`.

```
// Run prettier to check
pnpm prettier:check
// Run linter & unit tests with coverage
pnpm test
// If you want to pass arguments to jest (or other `pnpm` commands)
// If you want to pass arguments to jest (or other `pnpm` commands)
// like `--watch`, you can prepend `--` to the command
pnpm test -- --watch
```
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": "gitify",
"version": "4.5.1",
"version": "4.6.0",
"description": "GitHub Notifications on your menu bar.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c6399d9

Please sign in to comment.