Skip to content

Commit

Permalink
fix: cog release data edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Feb 18, 2024
1 parent 641a116 commit 9e2a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/configs/cog.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
branch_whitelist = ["main" "release/**"];
ignore_merge_commits = true;
pre_bump_hooks = [
"git pull" # ensure we're up to date with remote
"git stash --include-untracked && git pull && git stash pop"
''
branch="$(echo "release/{{version}}" | sed 's/\.[^.]*$//')"
if [ `git rev-parse --verify $branch 2>/dev/null` ]
Expand Down

0 comments on commit 9e2a44f

Please sign in to comment.