Skip to content

Commit ce20b6c

Browse files
chore: merge main into develop (#375)
merge main into develop --------- Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com>
1 parent b809b0a commit ce20b6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@semantic-release/git",
5656
{
5757
"assets": ["NOTICE", "pyproject.toml", "solnlib/__init__.py"],
58-
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [ci skip]",
58+
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
5959
},
6060
],
6161
["@semantic-release/github", { "assets": ["NOTICE", "pyproject.toml"] }],

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 = "solnlib"
19-
version = "5.1.0-beta.2"
19+
version = "5.1.0"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
"utils",
5757
]
5858

59-
__version__ = "5.1.0-beta.2"
59+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)