Compare commits
No commits in common. "dfd27ab1fa91ea5bb17239a772a24932aea9018d" and "a86c42deae376d0d99f688c0ac242a61b090bfaa" have entirely different histories.
dfd27ab1fa
...
a86c42deae
4
cog.toml
4
cog.toml
|
@ -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
|
||||||
|
|
Reference in New Issue