Skip to content

Commit

Permalink
chore: add release information
Browse files Browse the repository at this point in the history
Add project name, repo etc. for releases.

Signed-off-by: Utku Ozdemir <[email protected]>
  • Loading branch information
utkuozdemir committed Jul 7, 2023
1 parent e75a6ba commit d257592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# commit to be tagged for the new release
commit = "HEAD"

project_name = ""
github_repo = "/"
match_deps = "^github.com/(/[a-zA-Z0-9-]+)$"
project_name = "kube-service-exposer"
github_repo = "siderolabs/kube-service-exposer"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

# previous = -
# pre_release = true
Expand Down

0 comments on commit d257592

Please sign in to comment.