Skip to content

Commit

Permalink
chore: update MAINTENANCE guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lowitea committed Jan 28, 2025
1 parent f7b4c34 commit 8dd0392
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
cargo update
```

1. Update `CHANGELOG.md`

```shell
vim CHANGELOG.md
```

1. Commit `Cargo.toml` and `Cargo.lock` with the version

```shell
git commit -m "bump version" Cargo.toml Cargo.lock
git commit -m "chore: bump version" Cargo.toml Cargo.lock CHANGELOG.md
```

1. Make a new git tag
Expand Down

0 comments on commit 8dd0392

Please sign in to comment.