Skip to content

Commit 6155468

Browse files
committed
πŸ‘·β€β™‚οΈ no commit on release
1 parent 682c326 commit 6155468

3 files changed

Lines changed: 3 additions & 19 deletions

File tree

β€Ž.releaserc.jsonβ€Ž

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,5 @@
1414
"prerelease": true
1515
}
1616
],
17-
"plugins": [
18-
"semantic-release-gitmoji",
19-
[
20-
"@semantic-release/exec",
21-
{
22-
"prepareCmd": "uv version ${nextRelease.version} && uv build"
23-
}
24-
],
25-
[
26-
"@semantic-release/git",
27-
{
28-
"assets": ["pyproject.toml", "uv.lock"],
29-
"message": "πŸ”– cookiecutter-python ${nextRelease.version}\n\n${nextRelease.notes}\n[skip ci]"
30-
}
31-
],
32-
"@semantic-release/github"
33-
]
17+
"plugins": ["semantic-release-gitmoji", "@semantic-release/github"]
3418
}

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "cookiecutter-python"
77
readme = "README.md"
88
requires-python = ">=3.10"
9-
version = "1.2.1"
9+
version = "0.0.0"
1010

1111
[dependency-groups]
1212
dev = [

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)