Skip to content

Commit fbbdfbc

Browse files
committed
fix: forgot to add changes
1 parent 900a82f commit fbbdfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main [version: string] {
3636
});
3737

3838
let release_notes = $release_notes | reduce {|$section, $full| $full + $section} -f "";
39-
39+
git add MODULE.bazel;
4040
git commit -m $"chore\(deps\): ecsact repos for ($version) release";
4141
git push origin main;
4242
git tag $version;

0 commit comments

Comments
 (0)