Skip to content

Commit

Permalink
Update the lockfile during release
Browse files Browse the repository at this point in the history
fix #103
  • Loading branch information
breard-r committed Dec 20, 2023
1 parent ad217f2 commit fcdb4ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Fixed
- The `Cargo.lock` file is now updated before a new version is released (GitHub bug #103).


## [0.22.0] - 2023-12-20

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ release_new_version()

update_changelog "${new_version}"

cargo update

git diff

echo
Expand Down

0 comments on commit fcdb4ac

Please sign in to comment.