Skip to content

Commit e2a05b1

Browse files
Expand semantic-release configuration in pyproject.toml
Signed-off-by: Harry Callahan <[email protected]>
1 parent 46dc514 commit e2a05b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "DV system"
99
authors = [{name = "lowRISC contributors (OpenTitan project)"}]
1010
readme = "README.md"
1111
licence = "Apache-2.0"
12+
license-files = ["LICENSE"]
1213
dependencies = [
1314
# Keep sorted
1415
"click>=8.1.7",
@@ -125,3 +126,7 @@ ignore_merge_commits = true
125126
match = "master"
126127
prerelease_token = "rc"
127128
prerelease = false
129+
130+
[tool.semantic_release.remote]
131+
name = "origin"
132+
ignore_token_for_push = true

0 commit comments

Comments
 (0)