Skip to content

Commit

Permalink
read version from above, fix hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 8, 2024
1 parent fc834ed commit 7e535ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/PklProject
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
amends "pkl:Project"

hidden githubUser = "chrisvander"
local githubUser = "chrisvander"

package {
name = "pkl-biome"
baseUri = "package://pkg.pkl-package.org/github.com/\(githubUser)/\(name)"
version = "1.0.0"
version = read("prop:VERSION")
packageZipUrl = "https://github.com/\(githubUser)/\(name)/releases/download/\(name)@\(version)/\(name)@\(version).zip"
authors {
"Christian van der Loo"
}
}

0 comments on commit 7e535ce

Please sign in to comment.