Skip to content

Commit

Permalink
adds automatic brave version for commit message #12
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Nov 10, 2024
1 parent ebb970f commit d13178d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ You can also open brave and go to main menu and select `About Brave` to get vers

## Commit changes
```
git commit -m 'Brave Browser <ADD_VERSION> #12'
export V=$(brave-browser --version | awk '{print $3}')
git commit -m "Brave Browser $ #12"
```

## Version in Tags
Expand Down

0 comments on commit d13178d

Please sign in to comment.