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 6d9499f commit 7d353deCopy full SHA for 7d353de
cells/_automation/configs.nix
@@ -14,7 +14,7 @@ in {
14
branch_whitelist = ["main" "release/**"];
15
ignore_merge_commits = true;
16
pre_bump_hooks = [
17
- ''git switch -c "$(echo "release/{{version}}" | sed 's/\.[^.]*$//')" || git switch "$(echo "release/{{version}}" | sed 's/\.[^.]*$//')"''
+ ''git switch -c "$(echo "release/{{version}}" | sed 's/\.[^.]*$//')" || git switch "$(echo "release/{{version}}" | sed 's/\.[^.]*$//')" && git merge main''
18
"echo {{version}} > ./VERSION"
19
];
20
post_bump_hooks = [
0 commit comments