Skip to content

Commit

Permalink
Merge pull request #660 from wcampbell0x2a/friendship-ended-with-depe…
Browse files Browse the repository at this point in the history
…ndabot
  • Loading branch information
wcampbell0x2a authored Jan 4, 2025
2 parents 681c8ff + 3485453 commit 1073b4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 54 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/pull_request.yml

This file was deleted.

12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release

## Update breaking depends
Note these in the changelog.
```
$ cargo +nightly -Z unstable-options update --breaking
```

## Update recursive depends
Some of these could end up in the changelog.
```
$ cargo update --recursive
```

## Bump Versions
```
$ cargo release version [LEVEL] -p backhand -p backhand-cli --execute
Expand Down

0 comments on commit 1073b4b

Please sign in to comment.