Skip to content

Commit

Permalink
fix: forgot to add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 7, 2024
1 parent 900a82f commit fbbdfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nu
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main [version: string] {
});

let release_notes = $release_notes | reduce {|$section, $full| $full + $section} -f "";

git add MODULE.bazel;
git commit -m $"chore\(deps\): ecsact repos for ($version) release";
git push origin main;
git tag $version;
Expand Down

0 comments on commit fbbdfbc

Please sign in to comment.