We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900a82f commit fbbdfbcCopy full SHA for fbbdfbc
release.nu
@@ -36,7 +36,7 @@ def main [version: string] {
36
});
37
38
let release_notes = $release_notes | reduce {|$section, $full| $full + $section} -f "";
39
-
+ git add MODULE.bazel;
40
git commit -m $"chore\(deps\): ecsact repos for ($version) release";
41
git push origin main;
42
git tag $version;
0 commit comments