Skip to content

Commit

Permalink
delete obsolete harmonia cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Dec 9, 2024
1 parent eb9ad82 commit b66d49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
39 changes: 0 additions & 39 deletions harmonia/Cargo.toml

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ if [[ "$unpushed_commits" != "" ]]; then
echo -e "\nThere are unpushed changes, exiting:\n$unpushed_commits" >&2
exit 1
fi
sed -i -e "s!^version = \".*\"\$!version = \"${version}\"!" harmonia/Cargo.toml
sed -i -e "s!^version = \".*\"\$!version = \"${version}\"!" Cargo.toml
cargo build
git add Cargo.lock harmonia/Cargo.toml
git add Cargo.lock Cargo.toml
nix flake check -vL
git commit -m "bump version harmonia-v${version}"
git tag "harmonia-v${version}"
Expand Down

0 comments on commit b66d49f

Please sign in to comment.