Skip to content

Commit 7f5c7d2

Browse files
author
LittleCoinCoin
committed
ci: add artessan-devs/sr-uv-plugin to semantic release
The purpose is to let the automated pipeline commit the new version number to the `pyproject.toml`
1 parent 033ccc1 commit 7f5c7d2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"plugins": [
12+
"@artessan-devs/sr-uv-plugin",
1213
[
1314
"@semantic-release/commit-analyzer",
1415
{

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"semantic-release": "semantic-release"
77
},
88
"devDependencies": {
9+
"@artessan-devs/sr-uv-plugin": "^1.0.0",
910
"@commitlint/cli": "^18.6.1",
1011
"@commitlint/config-conventional": "^18.6.2",
1112
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
 (0)