Skip to content

Commit 84cf2ce

Browse files
artemrysArtem Rys
authored andcommitted
fix: automatic release generation
1 parent fb349f6 commit 84cf2ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
[
4848
"@semantic-release/git",
4949
{
50-
"assets": [pyproject.toml"],
50+
"assets": ["pyproject.toml"],
5151
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
5252
},
5353
],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "conf_parser"
19-
version = "0.2.1"
19+
version = "0.3.0"
2020
description = "Splunk .conf files parser"
2121
authors = ["Splunk <[email protected]>"]
2222

0 commit comments

Comments
 (0)