Skip to content

Commit 4df88fa

Browse files
feat(python-nix-template): disable release commits
Signed-off-by: Cameron Smith <[email protected]>
1 parent 5f3e0b4 commit 4df88fa

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

packages/python-nix-template/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,6 @@
7878
"v${major}.${minor}"
7979
]
8080
}
81-
],
82-
[
83-
"@semantic-release/git",
84-
{
85-
"assets": [
86-
"CHANGELOG.md",
87-
"pyproject.toml",
88-
"../../uv.lock"
89-
],
90-
"message": "chore(release): python-nix-template ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
91-
}
9281
]
9382
]
9483
},
@@ -100,4 +89,4 @@
10089
"test-release": "semantic-release --dry-run --no-ci"
10190
},
10291
"version": "0.0.0-development"
103-
}
92+
}

0 commit comments

Comments
 (0)