Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-dasher committed Aug 12, 2024
1 parent d651531 commit f15cae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ deploy-remote version: check
cargo clean
cargo build --release
cargo doc --release
git add .
git commit -m "release: {{version}}"
- git add .
- git commit -m "release: {{version}}"
git tag "v{{version}}"
git push
- git push
git push --tags

# Linting, formatting, typo checking, etc.
Expand Down

0 comments on commit f15cae5

Please sign in to comment.