We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dc514 commit e2a05b1Copy full SHA for e2a05b1
pyproject.toml
@@ -9,6 +9,7 @@ description = "DV system"
9
authors = [{name = "lowRISC contributors (OpenTitan project)"}]
10
readme = "README.md"
11
licence = "Apache-2.0"
12
+license-files = ["LICENSE"]
13
dependencies = [
14
# Keep sorted
15
"click>=8.1.7",
@@ -125,3 +126,7 @@ ignore_merge_commits = true
125
126
match = "master"
127
prerelease_token = "rc"
128
prerelease = false
129
+
130
+[tool.semantic_release.remote]
131
+name = "origin"
132
+ignore_token_for_push = true
0 commit comments