Compare commits

..

No commits in common. "e9982f1b4079f672a2cf6bd68773aef1b6156d0d" and "22b8af8e93285b72d2875f133a4454eed8eb9a84" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
tag_prefix = "v" tag_prefix = "v"
branch_whitelist = ["main"] branch_whitelist = ["master"]
ignore_merge_commits = false ignore_merge_commits = false
pre_bump_hooks = [ pre_bump_hooks = [
"nix flake check", # verify the project builds # "nix flake check", # verify the project builds
"./scripts/renew_copyright_header.sh", # update the license header in each file "./scripts/renew_copyright_header.sh", # update the license header in each file
"cargo set-version {{version}}", # bump version in Cargo.toml "cargo set-version {{version}}", # bump version in Cargo.toml
"nix fmt", # format "nix fmt", # format